Bug 11497
| Summary: | REGRESSION: Reproducible assertion failure in XMLHttpRequest::didFinishLoading | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Geoffrey Garen <ggaren> |
| Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | ||
| Priority: | P1 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://video.google.com/videoplay?docid=1551903488172905143 | ||
Geoffrey Garen
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
mitz
*** This bug has been marked as a duplicate of 11450 ***