[Webkit-unassigned] [Bug 209118] [GTK] UI process crash when entering compositing mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 24 11:34:47 PDT 2020


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

--- Comment #13 from Michael Catanzaro <mcatanzaro at gnome.org> ---
(In reply to Дилян Палаузов from comment #12)
> How shall I compile WebKit 2.28 so that is stops crashing?  Will just
> WEBKIT_FORCE_SANDBOX=0 help?  I have
> ENABLE_ACCELERATED_2D_CANVAS=OFF (AC mode?),

No, that's not related to AC mode.

> ENABLE_BUBBLEWRAP_SANDBOX=OFF,

That's very dangerous. Don't use that.

> ENABLE_SANDBOX_EXTENSIONS=OFF,

That doesn't do anything. It's only used on Apple platforms.

> USE_WPE_RERDERER=OFF,

Yes, use this. That is the only flag you need to work around this bug. Using this flag exposes bug #209106, but I've just fixed that one.

> USE_WPE_VIDEO_PLANE_DISPLAY_DM=OFF

That's not a GTK port option, so it probably doesn't do anything either.

> PORT=GTK
> ENABLE_X11_TARGET=OFF
> ENABLE_WAYLANT_TARGET=ON

Those are OK (except for the typo).

-- 
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/20200324/f7c61c89/attachment.htm>


More information about the webkit-unassigned mailing list