Bug 146163 - WebKit crash while loading nytimes at JavaScriptCore: JSC::ExecutableAllocator::allocate + 276
Summary: WebKit crash while loading nytimes at JavaScriptCore: JSC::ExecutableAllocato...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-19 14:46 PDT by Geoffrey Garen
Modified: 2015-06-19 15:03 PDT (History)
0 users

See Also:


Attachments
Patch (2.25 KB, patch)
2015-06-19 14:54 PDT, Geoffrey Garen
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2015-06-19 14:46:38 PDT
The regexp JIT uses JITCompilationMustSucceed, which is an anti-pattern.
Comment 1 Geoffrey Garen 2015-06-19 14:54:52 PDT
Created attachment 255231 [details]
Patch
Comment 2 Michael Saboff 2015-06-19 14:59:17 PDT
Comment on attachment 255231 [details]
Patch

r=me
Comment 3 Geoffrey Garen 2015-06-19 15:03:47 PDT
Committed r185770: <http://trac.webkit.org/changeset/185770>