[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
Mon May 7 07:33:21 PDT 2018


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

--- Comment #50 from Michael Catanzaro <mcatanzaro at igalia.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:1241
> +#if PLATFORM(GTK) || PLATFORM(WPE)
> +            // GTK+ and WPE ports don't exit on send sync message failure.
> +            // In this particular case, the storage process can be terminated by the UI process while the
> +            // connection is being done, so we always want to exit instead of crashing.
> +            // See https://bugs.webkit.org/show_bug.cgi?id=183348.
> +#else

Oops, there's no exit() here... isn't this going to crash a few lines below?

-- 
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/20180507/0bea03e2/attachment.html>


More information about the webkit-unassigned mailing list