Bug 12040

Summary: Assertion failure in WebCore::RenderText::layout
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Mark Rowe (bdash)
Reported 2006-12-31 00:20:36 PST
<html> <head> <title>Test HTML Page</title> </head> <body> <h1 style="display: table-column-group">This is the HTML page</h1> </body> </html> Fails assertion of: virtual void layout() { ASSERT_NOT_REACHED(); } (gdb) bt #0 0x0150cf5d in WebCore::RenderText::layout (this=0x1820066c) at RenderText.h:69 #1 0x015093dd in WebCore::RenderObject::layoutIfNeeded (this=0x1820066c) at RenderObject.h:509 #2 0x0116b4a6 in WebCore::RenderContainer::layout (this=0x1820fafc) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderContainer.cpp:477 #3 0x011ae334 in WebCore::RenderTable::layout (this=0x2913f2c) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderTable.cpp:284 #4 0x015093dd in WebCore::RenderObject::layoutIfNeeded (this=0x2913f2c) at RenderObject.h:509 #5 0x0115bb94 in WebCore::RenderBlock::layoutBlockChildren (this=0x1820e22c, relayoutChildren=true) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderBlock.cpp:1102 #6 0x0115c493 in WebCore::RenderBlock::layoutBlock (this=0x1820e22c, relayoutChildren=true) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderBlock.cpp:495 #7 0x01150ac2 in WebCore::RenderBlock::layout (this=0x1820e22c) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderBlock.cpp:421 #8 0x015093dd in WebCore::RenderObject::layoutIfNeeded (this=0x1820e22c) at RenderObject.h:509 #9 0x0115bb94 in WebCore::RenderBlock::layoutBlockChildren (this=0x1820f9cc, relayoutChildren=true) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderBlock.cpp:1102 #10 0x0115c493 in WebCore::RenderBlock::layoutBlock (this=0x1820f9cc, relayoutChildren=true) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderBlock.cpp:495 #11 0x01150ac2 in WebCore::RenderBlock::layout (this=0x1820f9cc) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderBlock.cpp:421 #12 0x015093dd in WebCore::RenderObject::layoutIfNeeded (this=0x1820f9cc) at RenderObject.h:509 #13 0x0115bb94 in WebCore::RenderBlock::layoutBlockChildren (this=0x184efcfc, relayoutChildren=true) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderBlock.cpp:1102 #14 0x0115c493 in WebCore::RenderBlock::layoutBlock (this=0x184efcfc, relayoutChildren=true) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderBlock.cpp:495 #15 0x01150ac2 in WebCore::RenderBlock::layout (this=0x184efcfc) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderBlock.cpp:421 #16 0x011674ab in WebCore::RenderView::layout (this=0x184efcfc) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/rendering/RenderView.cpp:111 #17 0x010eb87b in WebCore::FrameView::layout (this=0x18243360, allowSubtree=true) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/page/FrameView.cpp:424 #18 0x010f2d63 in WebCore::Document::implicitClose (this=0x2226600) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/dom/Document.cpp:1359 #19 0x01394669 in WebCore::FrameLoader::checkEmitLoadEvent (this=0x2062e00) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/loader/FrameLoader.cpp:1074 #20 0x01397fb9 in WebCore::FrameLoader::checkCompleted (this=0x2062e00) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/loader/FrameLoader.cpp:1042 #21 0x013980bb in WebCore::FrameLoader::loadDone (this=0x2062e00) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/loader/FrameLoader.cpp:1016 #22 0x0110b4ee in WebCore::DocLoader::setLoadInProgress (this=0x170036c0, load=false) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/loader/DocLoader.cpp:176 #23 0x0110cd7d in WebCore::Loader::receivedAllData (this=0x1640bb8, loader=0x1821a000, allData=0x17007840) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/loader/loader.cpp:110 #24 0x0137c65c in WebCore::SubresourceLoader::didFinishLoading (this=0x1821a000) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/loader/mac/SubresourceLoaderMac.mm:195 #25 0x0137859c in WebCore::ResourceLoader::didFinishLoading (this=0x1821a000) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/loader/mac/ResourceLoaderMac.mm:446 #26 0x013878e3 in -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] (self=0x18215a40, _cmd=0x90a9d160, con=0x1820ff60) at /Users/mrowe/Documents/Source/SVN/WebKit-Nightlies/WebCore/platform/network/mac/ResourceHandleMac.mm:295 #27 0x9265be00 in -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] () #28 0x92659ea5 in -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] () #29 0x92659b41 in _sendCallbacks () #30 0x90829379 in CFRunLoopRunSpecific () #31 0x90828eb5 in CFRunLoopRunInMode () #32 0x92dcdb90 in RunCurrentEventLoopInMode () #33 0x92dcd297 in ReceiveNextEventCommon () #34 0x92dcd0ee in BlockUntilNextEventMatchingListInMode () #35 0x9326f465 in _DPSNextEvent () #36 0x9326f056 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] () #37 0x00006f96 in ?? () #38 0x93268ddb in -[NSApplication run] () #39 0x9325cd2f in NSApplicationMain () #40 0x0005f7de in ?? () #41 0x0005f6f9 in ?? () (gdb)
Attachments
mitz
Comment 1 2006-12-31 00:34:01 PST
*** This bug has been marked as a duplicate of 8486 ***
Note You need to log in before you can comment on or make changes to this bug.