[Webkit-unassigned] [Bug 179304] [GTK] Many webpages can crash the browser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 13 16:19:14 PST 2017


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

Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clopez at igalia.com

--- Comment #7 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
AFAIK there are mainly two things that can cause crashes on "many webpages"


1) Broken GPU drivers
Please try to start the browser with AC disabled, to do that export this variable before executing the browser from the terminal

export WEBKIT_DISABLE_COMPOSITING_MODE=1



2) JSC JIT on a not well supported platform

Are you maybe using a 32-bit platform? Try to disable the JIT at run-time by exporting this on a terminal before starting the browser:

export JavaScriptCoreUseJIT=0



Let us know if any of this two workarounds helps.

-- 
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/20171114/ba3c67c6/attachment-0001.html>


More information about the webkit-unassigned mailing list