[Webkit-unassigned] [Bug 184445] [GTK][WPE] Race condition when destroying webprocesses

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 10 05:15:15 PDT 2018


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

--- Comment #1 from Miguel Gomez <magomez at igalia.com> ---
One option to fix this could be making the WebPage::Close() message a sync one, and make the ui process wait for the web process to properly close before shutting down, but this would delay closing the browser and that is a problem for the Apple ports.

So, if we cannot wait for the web process to end, we should ensure that it will close its WebPages on exit. The easiest way is to use the code that does that on debug inside WebProcess::didClose().

-- 
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/20180410/0b7d2030/attachment-0002.html>


More information about the webkit-unassigned mailing list