The package at Ubuntu still doesn't disable JIT by default. If proper
fix not in place before 13.04, we can go with the similar workaround as
done for the touch images:

cat debian/patches/disabling_optmizations.patch 
Index: 
qtwebkit-opensource-src-5.0.0/Tools/qmake/mkspecs/features/default_post.prf
===================================================================
--- 
qtwebkit-opensource-src-5.0.0.orig/Tools/qmake/mkspecs/features/default_post.prf
    2013-02-14 02:49:50.414004400 -0200
+++ qtwebkit-opensource-src-5.0.0/Tools/qmake/mkspecs/features/default_post.prf 
2013-02-16 23:08:39.152049128 -0200
@@ -32,6 +32,9 @@
 DEFINES += \
     BUILDING_QT__=1
 
+# Disabling JIT
+DEFINES += ENABLE_JIT=0
+
 CONFIG(release, debug|release): DEFINES *= NDEBUG
 
 DEFINES += $$configDefines()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1153794

Title:
  qtwebkit crashes at ARM when JIT is enabled (default)

To manage notifications about this bug go to:
https://bugs.launchpad.net/qtwebkit/+bug/1153794/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to