Like UI process, we should make GPU process not kill a Web process or die when it receives an invalid message from the Web process.
<rdar://70692277>
Created attachment 427246 [details] Patch
Comment on attachment 427246 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=427246&action=review > Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp:336 > + if (connection.ignoreInvalidMessageForTesting()) Do we want to do that before the RELEASE_LOG_FAULT since RELEASE_LOG_FAULT generates a simulated crash trace (on iOS at least)?
(In reply to Chris Dumez from comment #3) > Comment on attachment 427246 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=427246&action=review > > > Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp:336 > > + if (connection.ignoreInvalidMessageForTesting()) > > Do we want to do that before the RELEASE_LOG_FAULT since RELEASE_LOG_FAULT > generates a simulated crash trace (on iOS at least)? That's a good point.
Created attachment 427287 [details] Patch for landing
Tools/Scripts/svn-apply failed to apply attachment 427287 [details] to trunk. Please resolve the conflicts and upload a new patch.
Created attachment 427295 [details] Patch for landing
Invalid ChangeLog at /Volumes/Data/worker/Commit-Queue/build/Source/WebKit/ChangeLog
Created attachment 427296 [details] Patch for landing
Comment on attachment 427296 [details] Patch for landing Clearing flags on attachment: 427296 Committed r276733 (237134@main): <https://commits.webkit.org/237134@main>
All reviewed patches have been landed. Closing bug.