[Webkit-unassigned] [Bug 232179] GPU Process sometimes crashes in `RemoteRenderingBackend::didFlush()` when releasing a rendering backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 16:00:46 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=232179

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
The issue here is that while we're tearing down the stream connection (and running through the remaining IPC stream messages as a result), if one of those stream messages is `RemoteRenderingBackend::didFlush()`, we'll end up trying to send an IPC message (and call into IPC::MessageSender methods) during destruction of RemoteRenderingBackend.

This work needs to happen earlier — probably right after we've torn down the IPC stream connection.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211022/bda3d05e/attachment.htm>


More information about the webkit-unassigned mailing list