RESOLVED DUPLICATE of bug 1145011497
REGRESSION: Reproducible assertion failure in XMLHttpRequest::didFinishLoading
https://bugs.webkit.org/show_bug.cgi?id=11497
Summary REGRESSION: Reproducible assertion failure in XMLHttpRequest::didFinishLoading
Geoffrey Garen
Reported 2006-11-02 13:39:52 PST
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.
Attachments
mitz
Comment 1 2006-11-02 14:13:23 PST
*** This bug has been marked as a duplicate of 11450 ***
Note You need to log in before you can comment on or make changes to this bug.