Bug 140843 - LayoutTests/js/script-tests/reentrant-caching.js crashing on 32 bit builds
Summary: LayoutTests/js/script-tests/reentrant-caching.js crashing on 32 bit builds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-01-23 15:25 PST by Michael Saboff
Modified: 2015-01-23 15:48 PST (History)
1 user (show)

See Also:


Attachments
Patch for landing - Reviewed in person. (1.46 KB, patch)
2015-01-23 15:47 PST, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2015-01-23 15:25:42 PST
The problem is that the stack is not 16 byte aligned when calling the out of stack handler, _llint_throw_stack_overflow_error in vmEntryToJavaScript.
Comment 1 Radar WebKit Bug Importer 2015-01-23 15:29:43 PST
<rdar://problem/19585932>
Comment 2 Michael Saboff 2015-01-23 15:47:19 PST
Created attachment 245256 [details]
Patch for landing - Reviewed in person.
Comment 3 Michael Saboff 2015-01-23 15:48:16 PST
Committed r179035: <http://trac.webkit.org/changeset/179035>