Closed
Bug 844335
Opened 12 years ago
Closed 12 years ago
OdinMonkey: Assertion failure: pn, at ion/AsmJS.cpp:1113
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:ignore])
The following testcase asserts on odinmonkey revision 827428b4fed0 (run with ):
function asmPrintInt(x, y) {
'use asm';
return;
}
Comment 1•12 years ago
|
||
Error reporting logic thinko:
http://hg.mozilla.org/users/lwagner_mozilla.com/odinmonkey/rev/8eb5c35eb2d6
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
Oh hai, it's expression closures. Boy fuzzing is great (a well-typed ADT for our parse tree would be better...) thanks decoder!
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Urg, wrong bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•