Bug 41795 - Interpreter: Crash in op_load_varargs on 64-bit
Summary: Interpreter: Crash in op_load_varargs on 64-bit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-07 13:10 PDT by Andreas Kling
Modified: 2010-07-08 00:51 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (1.69 KB, patch)
2010-07-07 13:12 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.