Bug 105338 - WebProcesses often crash if they access the network after a NetworkProcess crash
Summary: WebProcesses often crash if they access the network after a NetworkProcess crash
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-12-18 12:53 PST by Brady Eidson
Modified: 2012-12-18 13:10 PST (History)
2 users (show)

See Also:


Attachments
Patch v1 (1.83 KB, patch)
2012-12-18 12:56 PST, Brady Eidson
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 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>
Comment 1 Brady Eidson 2012-12-18 12:56:33 PST
Created attachment 180008 [details]
Patch v1
Comment 2 Brady Eidson 2012-12-18 13:10:10 PST
http://trac.webkit.org/changeset/138060