Bug 250377
Summary: | [GTK][WPE] Use g_error() instead of _exit() when web process is forced to exit after connection is closed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | Keywords: | Gtk |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=249272 |
Carlos Garcia Campos
To make it easier to debug the cause of the process leak.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/8455
EWS
Committed 258823@main (f74856909394): <https://commits.webkit.org/258823@main>
Reviewed commits have been landed. Closing PR #8455 and removing active labels.
Michael Catanzaro
This was a good idea. I hit this crash several times already shortly after updating to 2.39.4, and was able to very easily see what the main thread is doing and quickly determine that the underlying problem was bug #247057. So it's immediately paying off. If the web process had been doing something else, it would have been easy to report a new bug.