Bug 167218 - [GTK] WebProcess reliably crashes when opening inspector and compositing disabled
Summary: [GTK] WebProcess reliably crashes when opening inspector and compositing disa...
Status: RESOLVED DUPLICATE of bug 165237
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P3 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-19 16:00 PST by Michael Gratton
Modified: 2017-01-19 16:01 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Gratton 2017-01-19 16:00:17 PST
WebKit2GTK: 2.14.3

When using WebKit2GTK+ with compositing disabled (i.e. WEBKIT_DISABLE_COMPOSITING_MODE=1 set) opening the Inspector will immediately cause the WebProcess to crash. I can repro this 100% reliably with 2.14.[2,3] using Epiphany 3.22.0:

> WEBKIT_DISABLE_COMPOSITING_MODE=1 epiphany

And it's also a problem for the WK2 port of Geary, where WEBKIT_DISABLE_COMPOSITING_MODE=1 gets set first thing in main(), which obviously makes debugging CSS and JS issues there kind of annoying.
Comment 1 Michael Gratton 2017-01-19 16:01:20 PST
Damn, saw Bug 165237 seconds too late. Dup'ing.

*** This bug has been marked as a duplicate of bug 165237 ***