Bug 4009 - REGRESSION: assertion failure loading wsj.com
Summary: REGRESSION: assertion failure loading wsj.com
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Critical
Assignee: Kevin Decker
URL: http://www.wsj.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-14 23:29 PDT by Trey Matteson
Modified: 2005-07-20 13:53 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Trey Matteson 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).