Bug 85917 - SIGFPE on divide in classic interpreter
Summary: SIGFPE on divide in classic interpreter
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-08 14:48 PDT by Gavin Barraclough
Modified: 2012-05-08 14:57 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2012-05-08 14:48:15 PDT
INT_MIN / -1 = badness.
Comment 1 Gavin Barraclough 2012-05-08 14:57:22 PDT
Fixed in r116455