Closed Bug 746364 Opened 13 years ago Closed 13 years ago

IonMonkey: Assertion failure: (ptrBits & 0x7) == 0, at ../../jsval.h:769 or Crash [@ js::HeapPtr::operator]

Categories

(Core :: JavaScript Engine, defect)

Other Branch
x86_64
Linux
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 754718
Tracking Status
firefox-esr10 --- unaffected

People

(Reporter: decoder, Unassigned)

References

Details

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

The following testcase asserts on ionmonkey revision 67bf9a4a1f77 (run with --ion -n -m --ion-eager): function range(n) { yield i; } var r = range(10); for (var x in r) testLenientAndStrict (x, i++);
This assertion doesn't mean anything to me... is it bad?
(In reply to Daniel Veditz [:dveditz] from comment #1) > This assertion doesn't mean anything to me... is it bad? The ptrBits assertion often indicates a memory corruption and/or gc-related problem (not specifically on the IM branch but in general).
See bug 743876 - this assertion has been related with an s-s issue before. (yet there's bug 728086 (gc-related though) and bug 727921)
JSBugMon: The testcase found in this bug no longer reproduces (tried revision de015aff650d).
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
Whiteboard: [jsbugmon:update,ignore] → [jsbugmon:update,reconfirm]
JSBugMon: This bug has been automatically confirmed to be still valid (reproduced on revision bc1833f2111e).
Whiteboard: [jsbugmon:update,reconfirm] → [jsbugmon:update,reconfirm,ignore]
Can we reconfirm this, or provide more info on what platform it's showing up on? Not showing up for me on OSX/64-bit.
Whiteboard: [jsbugmon:update,reconfirm,ignore] → [jsbugmon:update,reconfirm]
JSBugMon: The testcase found in this bug no longer reproduces (tried revision 1ac14ac50037).
Whiteboard: [jsbugmon:update,reconfirm] → [jsbugmon:update,reconfirm,ignore]
Doesn't reproduce recently, but going back to the STR rev, this is bug 754718.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Group: core-security
A testcase for this bug was already added in the original bug (bug 754718).
Flags: in-testsuite-
You need to log in before you can comment on or make changes to this bug.