Closed
Bug 740442
Opened 14 years ago
Closed 14 years ago
ALIASEDVAR Patch: Assertion failure: [infer failure] Missing type pushed 0: float, at jsinfer.cpp:352
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: luke)
References
Details
(Keywords: assertion, testcase)
The following test asserts on mozilla-central revision 7ed31daf07bd with patch from bug 740259 (options -m -n -a):
function g1() {}
function g2()
function Int8Array () {}
function f1(other) {
eval("gc(); h = g1");
for(var i=0; i<20; i++) {
i = i.name;
}
}
f1(g2);
| Assignee | ||
Comment 1•14 years ago
|
||
I'll add the testcase to the batch.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 3•14 years ago
|
||
Or in bug 740259.
| Reporter | ||
Comment 4•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/basic/testBug740442.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•