Bug 3319
Summary: | Acid2 Test crashes while loading (sometimes) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Christopher Schmidt <crschmidt> |
Component: | Layout and Rendering | Assignee: | Dave Hyatt <hyatt> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 412 | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://webstandards.org/act/acid2/test.html#top |
Christopher Schmidt
Occasionally, while loading, the Acid2 test (URL given) will crash Safari.
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x000000d0
Thread 0 Crashed:
0 com.apple.WebCore 0x011ca0c0 DOM::HTMLObjectElementImpl::renderFallbackContent() +
20 (icplusplus.c:28)
1 com.apple.WebCore 0x011592b4 KHTMLPart::handleFallbackContent() + 40 (icplusplus.c:28)
2 com.apple.WebKit 0x0034cb08 -[WebMainResourceClient
continueAfterContentPolicy:response:] + 644 (WebMainResourceClient.m:272)
3 com.apple.WebKit 0x0034cc44 -[WebMainResourceClient continueAfterContentPolicy:] +
120 (WebMainResourceClient.m:291)
4 libobjc.A.dylib 0x909b1214 objc_msgSendv + 180
I saw this crash more commonly when the test was opened immediately in a new tab after opening
Safari. It was reproduced by sullivan and othermaciej on IRC (#webkit).
The crash appears to occur (at least in my case) during the rendering of the "eyes": before they display,
at about 75% loaded, Safari will stop for several seconds, and a crash report will occur.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
*** This bug has been marked as a duplicate of 3302 ***