[webkit-gtk] webkitgtk-1.10 crashes on some AMD processors
Daniel Drake
dsd at laptop.org
Fri Sep 28 09:10:31 PDT 2012
Hi,
webkitgtk-1.10 enables the new LLint/offlineasm javascript optimizations.
These require a SSE2-compatible processor on x86.
This means that webkitgtk-1.10 doesn't work on various classes of AMD
processors including the Geode (used in OLPC XO-1), Athlon XP, ... and
also some VIA processors, probably others. Loading Google results in a
SIGINT crash when a SSE2 instruction is executed.
It looks like the only option (beyond explicitly dropping support for
these processors) is disabling LLint on x86 32-bit. Is that something
that can be done in webkitgtk?
https://bugs.webkit.org/show_bug.cgi?id=96286
Thanks
Daniel
More information about the webkit-gtk
mailing list