Bug 219511 - Bad IPC from the WebProcess should not terminate the GPUProcess
Summary: Bad IPC from the WebProcess should not terminate the GPUProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-03 14:55 PST by Chris Dumez
Modified: 2020-12-03 16:03 PST (History)
5 users (show)

See Also:


Attachments
Patch (7.40 KB, patch)
2020-12-03 15:05 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2020-12-03 14:55:28 PST
Bad IPC from the WebProcess should not terminate the GPUProcess. The GPUProcess is shared by all WebProcesses and it is not acceptable for a single bad WebProcess to negatively impact other WebProcesses. Instead, we should terminate the bad WebProcess, like the NetworkProcess already does on bad IPC.
Comment 1 Chris Dumez 2020-12-03 15:05:47 PST
Created attachment 415354 [details]
Patch
Comment 2 EWS 2020-12-03 16:02:34 PST
Committed r270415: <https://trac.webkit.org/changeset/270415>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 415354 [details].
Comment 3 Radar WebKit Bug Importer 2020-12-03 16:03:41 PST
<rdar://problem/71956580>