[Webkit-unassigned] [Bug 183348] [GTK] 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 Apr 9 02:04:38 PDT 2018


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

--- Comment #21 from Carlos Garcia Campos <cgarcia at igalia.com> ---
This regressed in r222772. This is not a network process crash, the network process is killed by the UI process while the web process is still initializing because the web process pool is destroyed. This happens if you create a web view and destroy it in the next run loop iteration. xreader always creates a web view, the loads the document and if it's not an epub the web view is destroyed. I have a unit test now to reproduce the issue. Before r222772 the web process returned with exit(0) before sendSync() returns, now it returns false and CRASH is called.

-- 
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/20180409/f9056aee/attachment-0002.html>


More information about the webkit-unassigned mailing list