Bug 4009

Summary: REGRESSION: assertion failure loading wsj.com
Product: WebKit Reporter: Trey Matteson <trey>
Component: New BugsAssignee: 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
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.