Bug 10062
| Summary: | REGRESSION: dom/xhtml/level2/html/HTMLIFrameElement11.xhtml asserts/crashes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | timothy |
| Priority: | P1 | Keywords: | Regression |
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
Alexey Proskuryakov
The fix for <rdar://problem/4609195> "Help Viewer loads empty window (not getting didFailLoadingWithError: callback)" broke dom/xhtml/level2/html/HTMLIFrameElement11.xhtml. I get an assertion failure, and, looking at the buildbot, the release build apparently crashes or hangs.
=================
ASSERTION FAILED: !loading (/Users/ap/WebKit/WebKit/WebView/WebDataSource.m:156 -[WebDataSourcePrivate dealloc])
=================
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
I have rolled out the original change in r15580. I am working on a new fix.