Bug 41795

Summary: Interpreter: Crash in op_load_varargs on 64-bit
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Critical CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch none

Description Andreas Kling 2010-07-07 13:10:56 PDT
A number of layout tests currently crash when using the JSC interpreter on a 64-bit host.

This is due to recent fiddling with int32_t vs uint32_t in JavaScriptCore/interpreter/Interpreter.cpp
Comment 1 Andreas Kling 2010-07-07 13:12:44 PDT
Created attachment 60769 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2010-07-08 00:51:05 PDT
Comment on attachment 60769 [details]
Proposed patch

Clearing flags on attachment: 60769

Committed r62766: <http://trac.webkit.org/changeset/62766>
Comment 3 WebKit Commit Bot 2010-07-08 00:51:09 PDT
All reviewed patches have been landed.  Closing bug.