Closed Bug 756780 Opened 12 years ago Closed 12 years ago

IonMonkey: Assertion failure: type == MIRType_Value || type == MIRType_String || type == MIRType_Object, at ../ion/IonMacroAssembler.h:340

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
major

Tracking

()

VERIFIED FIXED

People

(Reporter: decoder, Assigned: dvander)

References

Details

(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])

Attachments

(1 file)

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;
Attached patch fixSplinter Review
emitPreBarrier doesn't like MIRType_None
Assignee: general → dvander
Status: NEW → ASSIGNED
Attachment #625801 - Flags: review?(jdemooij)
Attachment #625801 - Flags: review?(jdemooij) → review+
http://hg.mozilla.org/projects/ionmonkey/rev/afbfcebb1976
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
JSBugMon: This bug has been automatically verified fixed.
Status: RESOLVED → VERIFIED
Group: core-security
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.