Closed
Bug 619880
Opened 14 years ago
Closed 14 years ago
TM: "Assertion failure: cx->enumerators == obj,"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 618574
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: hardblocker)
for(let a in[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0])
for(d in[]);
assert js debug shell on TM changeset 47a4f03b5947 with -j at Assertion failure: cx->enumerators == obj, tested on Windows 7 32-bit js debug shell.
![]() |
Reporter | |
Updated•14 years ago
|
blocking2.0: --- → ?
Updated•14 years ago
|
Assignee: general → bhackett1024
Comment 1•14 years ago
|
||
Brian, want to take a look? You are the new master of the enumeration code now :)
Comment 2•14 years ago
|
||
47a4f03b5947 needs to be backed out, it turned the tree pretty orange and I'm pretty sure caused this regression. Unfortunately the tree is closed today for releng/IT stuff, and I can't comment in bug 618574 because it's a security bug.
![]() |
||
Comment 3•14 years ago
|
||
47a4f03b5947 has been backed out. Hopefully/presumably when bug 618754 lands without breakage the program in comment 0 will work; if someone CCs me on bug 618754 I can add a reminder on that bug to check that this program works.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 4•14 years ago
|
||
I'm marking this as open to as a reminder to check that this is fixed once bug 618574 (note corrected bug number) relands.
Status: RESOLVED → REOPENED
blocking2.0: ? → betaN+
Resolution: FIXED → ---
Updated•14 years ago
|
Updated•14 years ago
|
Assignee: bhackett1024 → general
Updated•14 years ago
|
Whiteboard: hardblocker
![]() |
||
Comment 5•14 years ago
|
||
With the thinko fixed in bug 618574, this goes away.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•