Bug 112046

Summary: CoreIPC crash in NetworkProcess after WebProcess crash
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebKit2Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch ap: review+

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