Closed Bug 649973 Opened 13 years ago Closed 13 years ago

TI+JM: crash in mjit-generated code

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jandem, Unassigned)

References

Details

--
x = 2147483647;
(x+10, false) ? [x % x] : [2 * x];
--
Crashes with -n -a -m, revision f3acaebac193, 32 bit.
We called linkExit() without a subsequent leave() for the negative zero helper in JSOP_MOD (any way to assert the correctness of these leave calls rather than get random corruption?).

http://hg.mozilla.org/projects/jaegermonkey/rev/1d02bc092126
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.