Closed Bug 466262 Opened 16 years ago Closed 16 years ago

TM: "Assertion failure: f == f->root"

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
critical

Tracking

()

VERIFIED FIXED

People

(Reporter: jruderman, Assigned: dvander)

Details

(4 keywords, Whiteboard: [fixed-tracemonkey])

Attachments

(1 file)

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
Keywords: regression
Attached patch proposed fixSplinter Review
Stupid bug, regression from fix that landed in bug 466128.
Assignee: general → danderson
Status: NEW → ASSIGNED
Attachment #349540 - Flags: review?(gal)
Attachment #349540 - Flags: review?(gal) → review+
Pushed changeset http://hg.mozilla.org/tracemonkey/rev/fa00e076eb11
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-tracemonkey]
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-
Attachment #349540 - Flags: approval1.9.1+
test included in js1_8_1/trace/trace-test.js 
http://hg.mozilla.org/mozilla-central/rev/8f967a7729e2
v 1.9.1, 1.9.2
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: