Bug 11190

Summary: Windows build crashes upon loading a page
Product: WebKit Reporter: Dex Deacon <occupant4>
Component: WebKit Misc.Assignee: Dex Deacon <occupant4>
Status: RESOLVED DUPLICATE    
Severity: Critical CC: bugs-webkit, fishd
Priority: P2    
Version: 420+   
Hardware: PC   
OS: Windows XP   
Bug Depends on: 11139    
Bug Blocks: 11162    
Attachments:
Description Flags
Temporary crash fix none

Dex Deacon
Reported 2006-10-06 11:55:15 PDT
WebKit crashes in WebFrame::loadDataSource() when dereferencing the NULL pointer d->frame->document().
Attachments
Temporary crash fix (1.50 KB, patch)
2006-10-06 11:58 PDT, Dex Deacon
no flags
Dex Deacon
Comment 1 2006-10-06 11:58:30 PDT
Created attachment 10950 [details] Temporary crash fix This fixes the crash, but it's a hack.
Darin Fisher (:fishd, Google)
Comment 2 2006-10-08 09:29:30 PDT
hmm, i wonder why it did not crash for me. i was able to load many pages without any problems. hmm...
Darin Fisher (:fishd, Google)
Comment 3 2006-10-08 10:13:07 PDT
It turns out that this bug is not reproducible in Spinneret because Spinneret calls IWebFrame::loadHTMLString to load a chunk of HTML synchronously, which uses a different code path to load data that results in a document being created for the Frame. As a result, there is always a document. The proper solution to this bug probably involves finding a better way to get a DocLoader for the ResourceLoader::start() call.
Dex Deacon
Comment 4 2006-10-09 16:28:38 PDT
Eric Seidel (no email)
Comment 5 2007-10-01 09:12:35 PDT
Since bug 11139 has a fix for this, I believe we can close this. *** This bug has been marked as a duplicate of 11139 ***
Note You need to log in before you can comment on or make changes to this bug.