[webkit-changes] [WebKit/WebKit] ee5217: [WPE][GTK] Robustly handle subprocess leaks
Carlos Garcia Campos
noreply at github.com
Mon Jan 2 06:50:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ee52175fab81d992a812d6b4ee1aee603a1412c8
https://github.com/WebKit/WebKit/commit/ee52175fab81d992a812d6b4ee1aee603a1412c8
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2023-01-02 (Mon, 02 Jan 2023)
Changed paths:
M Source/WebKit/WebProcess/WebProcess.cpp
Log Message:
-----------
[WPE][GTK] Robustly handle subprocess leaks
https://bugs.webkit.org/show_bug.cgi?id=249272
Reviewed by Michael Catanzaro.
Call _exit from a secondary thread after the connection is closed if the
main thread doesn't exit in 10 seconds.
* Source/WebKit/WebProcess/WebProcess.cpp:
(WebKit::callExitSoon):
(WebKit::WebProcess::initializeConnection):
Canonical link: https://commits.webkit.org/258380@main
More information about the webkit-changes
mailing list