Closed
Bug 765478
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: unexpected type, at ion/Lowering.cpp:862
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: nbp)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update,ignore])
Attachments
(1 file)
1.33 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on ionmonkey revision de23a9fc29db (run with --ion -n -m --ion-eager):
test();
function test() {
var input = arguments[undefined];
}
Assignee | ||
Updated•13 years ago
|
Assignee: general → nicolas.b.pierron
Assignee | ||
Comment 1•13 years ago
|
||
Replace NOT_REACHED assertion by an abort message during the compilation.
Attachment #634333 -
Flags: review?(dvander)
![]() |
||
Updated•13 years ago
|
Attachment #634333 -
Flags: review?(dvander) → review+
Reporter | ||
Comment 2•13 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision 3112408514c8).
Reporter | ||
Updated•13 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/ion/bug765478.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•