RESOLVED FIXED 4009
REGRESSION: assertion failure loading wsj.com
https://bugs.webkit.org/show_bug.cgi?id=4009
Summary REGRESSION: assertion failure loading wsj.com
Trey Matteson
Reported 2005-07-14 23:29:32 PDT
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
Note You need to log in before you can comment on or make changes to this bug.