Bug 79728 - sputnik/Unicode/Unicode_500/S7.2_A1.6_T1.html crashes in the interpreter
Summary: sputnik/Unicode/Unicode_500/S7.2_A1.6_T1.html crashes in the interpreter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-27 18:28 PST by Oliver Hunt
Modified: 2012-08-28 08:51 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.45 KB, patch)
2012-02-27 18:30 PST, Oliver Hunt
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2012-02-27 18:28:08 PST
sputnik/Unicode/Unicode_500/S7.2_A1.6_T1.html crashes in the interpreter
Comment 1 Oliver Hunt 2012-02-27 18:30:55 PST
Created attachment 129159 [details]
Patch
Comment 2 Oliver Hunt 2012-02-27 18:35:46 PST
Committed r109059: <http://trac.webkit.org/changeset/109059>
Comment 3 Daniel Drake 2012-08-28 08:51:49 PDT
In Fedora, webkit is shipped with the JIT disabled on ARM as it is crashy (bug #85076). However, the latest edition of Google's homepage was crashing the non-JIT version of webkit (on webkitgtk-1.8.x). http://bugs.sugarlabs.org/ticket/3776

The patch in this bug solves the issue - thanks.