Closed
Bug 756780
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: type == MIRType_Value || type == MIRType_String || type == MIRType_Object, at ../ion/IonMacroAssembler.h:340
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: decoder, Assigned: dvander)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])
Attachments
(1 file)
|
1.85 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on ionmonkey revision 890dd17b4187 (run with --ion -n -m --ion-eager):
gczeal(4);
var i = (29);
var status = '';
var statusmessages = new Array();
addThis();
addThis();
function addThis()
statusmessages[i] = status;
| Assignee | ||
Comment 1•13 years ago
|
||
emitPreBarrier doesn't like MIRType_None
Updated•13 years ago
|
Attachment #625801 -
Flags: review?(jdemooij) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•13 years ago
|
||
JSBugMon: This bug has been automatically verified fixed.
| Reporter | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Updated•13 years ago
|
Group: core-security
| Reporter | ||
Comment 4•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/ion/bug756780.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•