Closed Bug 468711 Opened 16 years ago Closed 16 years ago

TM: "Assertion failure: !JS_ON_TRACE(cx)" with toString

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: assertion, testcase)

js> (5).toString(); for each (let b in [3, this]) { b.toString(); }
Assertion failure: !JS_ON_TRACE(cx), at ../jsobj.cpp:3765
Fixed by patch I'm going to attach today to bug 465460.

/be
Depends on: 465460
This testcase still triggers the assertion with the patch in bug 465460.  (And I think I hit the assertion more often with the patch than without.)
Fixed by the patch in bug 465460 comment 26 ("take 5"), though :)
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
http://hg.mozilla.org/tracemonkey/rev/1c7578a99015
/cvsroot/mozilla/js/tests/js1_8/regress/regress-468711.js,v  <--  regress-468711.js
initial revision: 1.1
Flags: in-testsuite+
You need to log in before you can comment on or make changes to this bug.