[Webkit-unassigned] [Bug 171161] [GTK] 2.16.1 regression in drawing pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 11 02:09:20 PDT 2017


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

--- Comment #11 from Miguel Gomez <magomez at igalia.com> ---
I've been playing with a test page ManDay sent me and I can easily reproduce a crash in the web process with it.
I've looked a bit into it and I found that it's related to entering AC mode on demand. When loading the page, AC mode gets enabled. If the window is made bigger, the browser will exit AC mode, and if the window is made smaller again the browser will try to enter AC mode again and crash. I'll keep investigating.

The crash can be avoided by using WEBKIT_DISABLE_COMPOSITING_MODE=1 or WEBKIT_FORCE_COMPOSITING_MODE=1, as both vars disable on demand AC.

-- 
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/20170811/da2d7f53/attachment.html>


More information about the webkit-unassigned mailing list