Closed
Bug 659452
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: id == MakeTypeId(cx, id), at ../jsinferinlines.h:1275
Categories
(Core :: JavaScript Engine, defect)
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"]
}
Comment 1•14 years ago
|
||
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: 14 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•12 years ago
|
||
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.
Description
•