[Webkit-unassigned] [Bug 183348] REGRESSION(r222772): [GTK][WPE] WebProcess from WebKitGtk+ 2.19.9x SIGSEVs in WebKit::WebProcess::ensureNetworkProcessConnection() at Source/WebKit/WebProcess/WebProcess.cpp:1127

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 22:49:11 PDT 2018


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

--- Comment #54 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Chris Dumez from comment #53)
> Comment on attachment 339063 [details]
> Updated patch using platform ifdefs
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=339063&action=review
> 
> > Source/WebKit/WebProcess/WebProcess.cpp:1152
> > +#if PLATFORM(GTK) || PLATFORM(WPE)
> 
> The way COCOA deals with this is:
> #if !PLATFORM(GTK) && !PLATFORM(WPE)
>     connection->setShouldExitOnSyncMessageSendFailure(true);
> #endif
> 
> In the same file. Could we harmonize the ports. Seems weird that GTK / WPE
> is doing it differently.

We need a proper web process termination to avoid leaking resources (not memory) but GStreamer cache files and some other things that depend on other platform libraries. See Comment #45, I explained the whole situation there.

-- 
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/20180718/2ec58682/attachment.html>


More information about the webkit-unassigned mailing list