Closed
Bug 458538
Opened 17 years ago
Closed 17 years ago
TM: Assertion failed: "need a way to EOT now, since this is trace end"
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, regression, testcase)
$ ./js -j
js> for (var j = 0; j < 2; ++j) { if (3 | 3) { } }
Assertion failed: "need a way to EOT now, since this is trace end": 0 (nanojit/LIR.cpp:871)
Why is two loop iterations enough to trigger the tracer here?
Comment 1•17 years ago
|
||
WFM with TM tip. Closing bug since this was not user-reported.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 2•17 years ago
|
||
Yep, WFM.
You need to log in
before you can comment on or make changes to this bug.
Description
•