Closed Bug 659452 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: id == MakeTypeId(cx, id), at ../jsinferinlines.h:1275

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase)

The following testcase asserts on TI revision 29f08848d96c (run with -j -m -n -a), tested on 64 bit:


test();
function test() {
    var t = function () function printStatus() {};
    for (var j = 0;;) t["-1"]
}
Inadequate filtering on the accessed id when checking whether to hoist a property access.

http://hg.mozilla.org/projects/jaegermonkey/rev/159acd50eadc
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/loops/bug659452.js.
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.