Bug 11497 - REGRESSION: Reproducible assertion failure in XMLHttpRequest::didFinishLoading
Summary: REGRESSION: Reproducible assertion failure in XMLHttpRequest::didFinishLoading
Status: RESOLVED DUPLICATE of bug 11450
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://video.google.com/videoplay?doc...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-02 13:39 PST by Geoffrey Garen
Modified: 2006-11-02 14:13 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 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.
Comment 1 mitz 2006-11-02 14:13:23 PST

*** This bug has been marked as a duplicate of 11450 ***