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)
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++);
Comment 1•13 years ago
|
||
This assertion doesn't mean anything to me... is it bad?
status-firefox-esr10:
--- → unaffected
Reporter | ||
Comment 2•13 years ago
|
||
(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).
![]() |
||
Comment 3•13 years ago
|
||
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)
Reporter | ||
Comment 4•13 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision de015aff650d).
Reporter | ||
Updated•13 years ago
|
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
Reporter | ||
Updated•13 years ago
|
Whiteboard: [jsbugmon:update,ignore] → [jsbugmon:update,reconfirm]
Reporter | ||
Comment 5•13 years ago
|
||
JSBugMon: This bug has been automatically confirmed to be still valid (reproduced on revision bc1833f2111e).
Reporter | ||
Updated•13 years ago
|
Whiteboard: [jsbugmon:update,reconfirm] → [jsbugmon:update,reconfirm,ignore]
Comment 6•13 years ago
|
||
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.
Reporter | ||
Updated•13 years ago
|
Whiteboard: [jsbugmon:update,reconfirm,ignore] → [jsbugmon:update,reconfirm]
Reporter | ||
Comment 7•13 years ago
|
||
JSBugMon: The testcase found in this bug no longer reproduces (tried revision 1ac14ac50037).
Reporter | ||
Updated•13 years ago
|
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
Reporter | ||
Updated•13 years ago
|
Group: core-security
Reporter | ||
Comment 9•12 years ago
|
||
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.
Description
•