Bug 112046 - CoreIPC crash in NetworkProcess after WebProcess crash
Summary: CoreIPC crash in NetworkProcess after WebProcess crash
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-11 11:56 PDT by Brady Eidson
Modified: 2013-03-11 12:27 PDT (History)
0 users

See Also:


Attachments
Patch (1.45 KB, patch)
2013-03-11 12:00 PDT, 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 2013-03-11 11:56:54 PDT
Crash in NetworkProcess after WebProcess crash

When WebProcess crashes we null out the NetworkConnectionToWebProcess, so we later crash sending IPC messages as network callbacks filter in.

We shouldn't null it out.

<rdar://problem/13124146>
Comment 1 Brady Eidson 2013-03-11 12:00:26 PDT
Created attachment 192523 [details]
Patch
Comment 2 Brady Eidson 2013-03-11 12:27:19 PDT
http://trac.webkit.org/changeset/145380