[Webkit-unassigned] [Bug 12904] New: REGRESSION: Failed assertion when trying to start iExploder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 26 22:54:12 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12904

           Summary: REGRESSION: Failed assertion when trying to start
                    iExploder
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
               URL: http://toadstool.se/software/iexploder/
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: Regression
          Severity: Major
          Priority: P1
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: hyatt at apple.com, aroben at apple.com


We are failing an assertion when starting iExploder.

Steps:
1. Go to http://toadstool.se/software/iexploder/
2. Click "Start test sequence from the beginning!"
3. ASSERT

Here's the backtrace:
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xbbadbeef
0x0112e506 in WebCore::RenderBlock::layoutBlock (this=0x1722989c,
relayoutChildren=false) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/rendering/RenderBlock.cpp:455
455         ASSERT(minMaxKnown());
(gdb) bt
#0  0x0112e506 in WebCore::RenderBlock::layoutBlock (this=0x1722989c,
relayoutChildren=false) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/rendering/RenderBlock.cpp:455
#1  0x0111fc0c in WebCore::RenderBlock::layout (this=0x1722989c) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/rendering/RenderBlock.cpp:440
#2  0x01139215 in WebCore::RenderView::layout (this=0x1722989c) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/rendering/RenderView.cpp:105
#3  0x010bb849 in WebCore::FrameView::layout (this=0x172591a0,
allowSubtree=true) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/page/FrameView.cpp:425
#4  0x010c2e51 in WebCore::Document::implicitClose (this=0x218dc00) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/dom/Document.cpp:1398
#5  0x013661d7 in WebCore::FrameLoader::checkEmitLoadEvent (this=0x2015800) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/FrameLoader.cpp:1092
#6  0x0136fa6f in WebCore::FrameLoader::checkCompleted (this=0x2015800) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/FrameLoader.cpp:1060
#7  0x013709d2 in WebCore::FrameLoader::finishedParsing (this=0x2015800) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/FrameLoader.cpp:1017
#8  0x010beabc in WebCore::Document::finishedParsing (this=0x218dc00) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/dom/Document.cpp:3365
#9  0x01256f9c in WebCore::TextTokenizer::finish (this=0x1722af70) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/TextDocument.cpp:142
#10 0x010bd3c8 in WebCore::Document::finishParsing (this=0x218dc00) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/dom/Document.cpp:1501
#11 0x0137207e in WebCore::FrameLoader::endIfNotLoading (this=0x2015800) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/FrameLoader.cpp:915
#12 0x013720bf in WebCore::FrameLoader::end (this=0x2015800) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/FrameLoader.cpp:899
#13 0x01374ef9 in WebCore::DocumentLoader::finishedLoading (this=0x2172200) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/DocumentLoader.cpp:304
#14 0x0136cd0c in WebCore::FrameLoader::finishedLoading (this=0x2015800) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/FrameLoader.cpp:2456
#15 0x01376bdd in WebCore::MainResourceLoader::didFinishLoading
(this=0x2177a00) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/MainResourceLoader.cpp:302
#16 0x01378380 in WebCore::ResourceLoader::didFinishLoading (this=0x2177a00) at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/loader/ResourceLoader.cpp:323
#17 0x01357ef5 in -[WebCoreResourceHandleAsDelegate
connectionDidFinishLoading:] (self=0x172587a0, _cmd=0x90a9d160, con=0x172587b0)
at
/Volumes/Data/Users/adamroben/dev/WebKit/OpenSource/WebCore/platform/network/mac/ResourceHandleMac.mm:369
#18 0x9265be00 in -[NSURLConnection(NSURLConnectionInternal)
_sendDidFinishLoadingCallback] ()
#19 0x92659ea5 in -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] ()
#20 0x92659b41 in _sendCallbacks ()
#21 0x90829379 in CFRunLoopRunSpecific ()
#22 0x90828eb5 in CFRunLoopRunInMode ()
#23 0x92dcdb90 in RunCurrentEventLoopInMode ()
#24 0x92dcd297 in ReceiveNextEventCommon ()
#25 0x92dcd0ee in BlockUntilNextEventMatchingListInMode ()
#26 0x9326f465 in _DPSNextEvent ()
#27 0x9326f056 in -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#28 0x00026641 in -[BrowserApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] (self=0x2921f70,
_cmd=0x90ab4b5c, mask=4294967295, expiration=0x294ede0, mode=0xa080b448,
dequeue=1 '\001') at
/Volumes/Data/Users/adamroben/dev/WebKit/Internal/WebBrowser/BrowserApplication.m:161
#29 0x93268ddb in -[NSApplication run] ()
#30 0x9325cd2f in NSApplicationMain ()
#31 0x000bdb6b in main (argc=1, argv=0xbffff4ec) at
/Volumes/Data/Users/adamroben/dev/WebKit/Internal/WebBrowser/main.m:26
Current language:  auto; currently c++


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list