[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 22:38:45 PDT 2018


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

--- Comment #51 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #50)
> 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: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?

I don't know what happened there, I guess I messed it up in a rebase/merge. I'll fix it, thanks.

-- 
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/20180508/a97104a2/attachment-0001.html>


More information about the webkit-unassigned mailing list