Closed
Bug 466262
Opened 17 years ago
Closed 17 years ago
TM: "Assertion failure: f == f->root"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Assigned: dvander)
Details
(4 keywords, Whiteboard: [fixed-tracemonkey])
Attachments
(1 file)
|
1.04 KB,
patch
|
gal
:
review+
sayrer
:
approval1.9.1+
|
Details | Diff | Splinter Review |
a.js:
var e = 1;
for (var d = 0; d < 3; ++d) {
if (d == 2) {
e = "";
}
}
js -j a.js
Assertion failure: f == f->root, at ../jstracer.cpp:2712
| Reporter | ||
Updated•17 years ago
|
Keywords: regression
| Assignee | ||
Comment 1•17 years ago
|
||
Stupid bug, regression from fix that landed in bug 466128.
Updated•17 years ago
|
Attachment #349540 -
Flags: review?(gal) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
Pushed changeset http://hg.mozilla.org/tracemonkey/rev/fa00e076eb11
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Whiteboard: [fixed-tracemonkey]
Comment 3•16 years ago
|
||
Checking in js1_5/Regress/regress-466262.js;
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-466262.js,v <-- regress-466262.js
initial revision: 1.1
done
Flags: in-testsuite+
Flags: in-litmus-
Comment 4•16 years ago
|
||
Comment 5•16 years ago
|
||
Keywords: fixed1.9.1
Updated•16 years ago
|
Attachment #349540 -
Flags: approval1.9.1+
Comment 6•16 years ago
|
||
test included in js1_8_1/trace/trace-test.js
http://hg.mozilla.org/mozilla-central/rev/8f967a7729e2
Comment 7•16 years ago
|
||
v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•