[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 20:43:03 PDT 2018


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

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cdumez at apple.com

--- Comment #53 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 339063
  --> https://bugs.webkit.org/attachment.cgi?id=339063
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.

-- 
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/9e080feb/attachment.html>


More information about the webkit-unassigned mailing list