Closed
Bug 669044
Opened 14 years ago
Closed 14 years ago
TM: "Assertion failure: obj->getPrivate() == fp,"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: gkw, Assigned: luke)
References
Details
(Keywords: assertion, regression, testcase, Whiteboard: [fixed-in-tracemonkey][inbound])
Attachments
(2 files)
|
3.66 KB,
text/plain
|
Details | |
|
1.70 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
for each(let y in [0, 0]) {
eval("\
for each(e in[0,0,0,0,0,0,0,0]) {\
x = undefined\
}\
")
}
asserts js debug shell on TM changeset f59568ec0513 with -j at Assertion failure: obj->getPrivate() == fp,
autoBisect shows this is probably related to the following changeset:
The first bad revision is:
changeset: 70604:bb9e5496b0ac
user: Luke Wagner
date: Fri May 13 08:56:26 2011 -0700
summary: Bug 656462, part 4 - Simplify stack code, keep track of native calls, create new iterator over native/scripted callstack, make JS_SaveFrameChain fallible (r=waldo,mrbkap)
| Reporter | ||
Comment 1•14 years ago
|
||
Still occurs on TM changeset d8e967b8afc8.
Summary: "Assertion failure: obj->getPrivate() == fp," → TM: "Assertion failure: obj->getPrivate() == fp,"
| Assignee | ||
Comment 2•14 years ago
|
||
I'm not sure what possessed me to attempt to simplify this assertion (http://hg.mozilla.org/mozilla-central/rev/bb9e5496b0ac#l19.91), but its clearly invalid. This patch puts it back and adds a test.
Comment on attachment 544085 [details] [diff] [review]
put the assert back to the way it was
Review of attachment 544085 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #544085 -
Flags: review?(dvander) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 5•14 years ago
|
||
This (along with most things committed on Friday afternoon) was backed out of mozilla-inbound in order to clear up orange.
| Assignee | ||
Comment 6•14 years ago
|
||
Whiteboard: fixed-in-tracemonkey → [fixed-in-tracemonkey][inbound]
Comment 7•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Comment 8•13 years ago
|
||
Automatically extracted testcase for this bug was committed:
https://hg.mozilla.org/mozilla-central/rev/efaf8960a929
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•