Closed Bug 643299 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: script->fun && arg < script->fun->nargs, at ./jsanalyze.h:210

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase, Whiteboard: fixed-in-jaegermonkey)

The following test case (run with "-m -a") asserts on TI tip (tested on 64 bit):

var otherGlobalDifferentCompartment = newGlobal("new-compartment");
eval = otherGlobalDifferentCompartment.eval;
var f = function (q) { return q['\xC7']; }
var d = eval(uneval(f));
assertEq(d({0XC: 'good'}), 'good');
Rev d7fa1607c33e totally broke most scripts that use -m but not -n.

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