[Webkit-unassigned] [Bug 238391] With DOM Rendering in GPUP enabled, tests rarely assert in GPUConnectionToWebProcess::didReceiveMessage()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 14:15:16 PDT 2022


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

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
So:
1. StreamClientConnection fails to send an "createRemoteImageBuffer" inline message in-stream, and falls back to  out-of-stream
2. This message gets handled in SyncMessageState::processIncomingMessage(), so we bounce it to the main thread
3. We then receive a in-stream message that tries to target this image buffer, but its IPC receiver hasn't been registered yet.

-- 
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/20220325/1166fb3a/attachment.htm>


More information about the webkit-unassigned mailing list