#11794 NORM 12.1.0: WebKit ARM JIT crashes on gmail (was: Epiphany segment fault)
Zarro Boogs per Child
bugtracker at laptop.org
Mon May 14 16:56:56 EDT 2012
#11794: WebKit ARM JIT crashes on gmail
-------------------------------------+--------------------------------------
Reporter: tonyforster | Owner: manuq
Type: defect | Status: new
Priority: normal | Milestone: 12.1.0
Component: gnome-desktop | Version: not specified
Resolution: | Keywords:
Next_action: never set | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
-------------------------------------+--------------------------------------
Changes (by dsd):
* cc: pbrobinson (added)
Comment:
Upstream bug https://bugs.webkit.org/show_bug.cgi?id=85076
Peter, please add the workaround to Fedora.
{{{
diff --git a/webkitgtk3.spec b/webkitgtk3.spec
index 79f2d8d..3c79cda 100644
--- a/webkitgtk3.spec
+++ b/webkitgtk3.spec
@@ -95,9 +95,13 @@ This package contains developer documentation for
%{name}.
CFLAGS="%{optflags}
-DLIBSOUP_I_HAVE_READ_BUG_594377_AND_KNOW_SOUP_PASSWORD_MAN
--with-gtk=3.0 \
+%ifarch %{arm}
+ --disable-jit \
+%else
%ifnarch s390 s390x ppc ppc64
--enable-jit \
%endif
+%endif
--enable-introspection
mkdir -p DerivedSources/webkit
}}}
You could also add the same thing to webkitgtk (gtk2 version) but it's not
required for OLPC.
--
Ticket URL: <http://dev.laptop.org/ticket/11794#comment:4>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list