Bug 75144 - Assertion in FrameView::scheduleRelayout() running WK2 tests on SL
Summary: Assertion in FrameView::scheduleRelayout() running WK2 tests on SL
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 75131
  Show dependency treegraph
 
Reported: 2011-12-22 15:45 PST by Simon Fraser (smfr)
Modified: 2011-12-22 15:45 PST (History)
1 user (show)

See Also:


Attachments
Crash log (44.17 KB, text/plain)
2011-12-22 15:45 PST, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-12-22 15:45:27 PST
Created attachment 120396 [details]
Crash log

Possibly one of these tests:

  fast/dynamic/crash-paint-no-documentElement-renderer.html -> unexpected DumpRenderTree crash
  fast/events/before-unload-adopt-within-subframes.html -> unexpected DumpRenderTree crash

asserts:

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000bbadbeef
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   com.apple.WebCore             	0x00000001030040c1 WebCore::FrameView::scheduleRelayout() + 113 (FrameView.cpp:1978)
1   com.apple.WebCore             	0x0000000103b0b6d6 WebCore::RenderObject::scheduleRelayout() + 86 (RenderObject.cpp:2343)
2   com.apple.WebCore             	0x0000000103b0b2b1 WebCore::RenderObject::markContainingBlocksForLayout(bool, WebCore::RenderObject*) + 1057 (RenderObject.cpp:661)
3   com.apple.WebCore             	0x00000001030098d9 WebCore::RenderObject::setChildNeedsLayout(bool, bool) + 201 (RenderObject.h:1066)
4   com.apple.WebCore             	0x0000000102fff757 WebCore::FrameView::layout(bool) + 3143 (FrameView.cpp:1103)
5   com.apple.WebCore             	0x0000000102d4a711 WebCore::Document::updateLayout() + 273 (Document.cpp:1649)