Bug 140843

Summary: LayoutTests/js/script-tests/reentrant-caching.js crashing on 32 bit builds
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch for landing - Reviewed in person. none

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>