Closed Bug 743077 Opened 12 years ago Closed 12 years ago

IonMonkey: Assertion failure: unexpected type, at js/src/ion/LIR.h:568

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 742606

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])

The following testcase asserts on ionmonkey revision a9a18824b4c1 (run with --ion -n -m --ion-eager):


var callStack = new Array();
var lastFunc = callStack.pop();
var i = 100; while (i > 0) { i--; }
The first bad revision is:
changeset:   cdc5f3570a4c
user:        Jan de Mooij
date:        Tue Apr 03 09:26:15 2012 +0200
summary:     Bug 739572 part 1 - Inline array.pop and array.shift. r=dvander
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.