[Webkit-unassigned] [Bug 256200] [Win] StreamServerConnection is leaking Connection in GPU process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 7 17:57:52 PDT 2023


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 466267

  --> https://bugs.webkit.org/attachment.cgi?id=466267&action=review

WIP patch

Connection::dispatchDidCloseAndInvalidate is using Connection::dispatchToClient.
However, Connection::dispatchToClient doesn't work in the RemoteGraphicsContextGL work queue because the thread isn't using RunLoop.
This problem can be fixed by using RunLoop::main() instead of using RunLoop::current() in the RemoteGraphicsContextGL work queue.

-- 
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/20230508/87a20b1b/attachment.htm>


More information about the webkit-unassigned mailing list