Bug 105338

Summary: WebProcesses often crash if they access the network after a NetworkProcess crash
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 ap: review+

Brady Eidson
Reported 2012-12-18 12:53:09 PST
WebProcesses often crash if they access the network after a NetworkProcess crash. One easily reproducible example is to go to CNN.com, then `killall -9 NetworkProcess`, then refresh CNN.com. Under cookiesForDOM or setCookiesFromDOM, you'll see an ASSERT accessing the NetworkProcessConnection in a debug build or a crash using it in a release build. In radar as <rdar://problem/12865789>
Attachments
Patch v1 (1.83 KB, patch)
2012-12-18 12:56 PST, Brady Eidson
ap: review+
Brady Eidson
Comment 1 2012-12-18 12:56:33 PST
Created attachment 180008 [details] Patch v1
Brady Eidson
Comment 2 2012-12-18 13:10:10 PST
Note You need to log in before you can comment on or make changes to this bug.