[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
Thu Apr 26 10:12:03 PDT 2018


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

--- Comment #44 from Alex Christensen <achristensen at apple.com> ---
I don't think it's a good design to use a bool that is only set in platform-specific code for this sort of thing.  It gives no insight into why we should exit on sync message sending failure.  For example, it makes me wonder why it is only set in the WebProcess.  Don't the other processes need it for the same reason, or do we just not set it there because we haven't observed many crashes there?  What is the underlying reason why we need to exit?  It also looks platform-independent when it is not.

-- 
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/20180426/58df38e8/attachment.html>


More information about the webkit-unassigned mailing list