Bug 4009
| Summary: | REGRESSION: assertion failure loading wsj.com | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Trey Matteson <trey> |
| Component: | New Bugs | Assignee: | Kevin Decker <kdecker> |
| Status: | RESOLVED FIXED | ||
| Severity: | Critical | ||
| Priority: | P1 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://www.wsj.com/ | ||
Trey Matteson
Goto www.wsj.com. Boom.
ASSERTION FAILED: d->m_doc->parsing() (/Volumes/Whopper/WebKit/WebCore/kwq/
KWQKHTMLPart.mm:736 void KWQKHTMLPart::addData(const char*, int))
I verified the problem comes with the recent fix to http://bugzilla.opendarwin.org/show_bug.cgi?
id=3968 - REGRESSION: top frame only loads at banking site - http://www.skandiabanken.no
+ if (locationChangeScheduledDuringLoad) {
+ stopLoading(true);
+ }
The first line is clearly wrong because it's testing a non-zero constant. MJS also doubts that
stopLoading is the right thing to call to cancel the main resource load (consult with him for more info).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |