[Webkit-unassigned] [Bug 11497] New: REGRESSION: Reproducible assertion failure in XMLHttpRequest::didFinishLoading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 2 13:39:53 PST 2006


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

           Summary: REGRESSION: Reproducible assertion failure in
                    XMLHttpRequest::didFinishLoading
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://video.google.com/videoplay?docid=1551903488172905
                    143
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P1
         Component: Page Loading
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: ggaren at apple.com


1. Navigate to http://video.google.com/videoplay?docid=1551903488172905143
2. Start playing video.
3. Quit

--> Crash

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0xbbadbeef
0x02a0a3b4 in WebCore::XMLHttpRequest::didFinishLoading (this=0x34d08460,
loader=0x3754bd30) at
/Users/ggaren/Labyrinth/OpenSource/WebCore/xml/xmlhttprequest.cpp:487
487         ASSERT(loader == m_loader);

loader is a valid ResourceHandle, but m_loader is NULL.


-- 
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