Closed Bug 673073 Opened 13 years ago Closed 13 years ago

TM: Assertion failure: pc_ >= script->code && pc_ < script->code + script->length, at vm/Stack.cpp:978

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 666301

People

(Reporter: decoder, Unassigned)

Details

(Keywords: assertion, testcase, Whiteboard: js-triage-needed)

The following testcase still asserts on TM revision ab57a16c66fc (options -j -m), although bug 666301 has been fixed:

function printBugNumber (num) {}
function stringOfLength(n) {
    if (n == 0) {
    } else var r = new printBugNumber % 2;
    var d = r / 2;
    var y = stringOfLength();    
}
stringOfLength();
Try testing on latest MI (mozilla-inbound) or MC (mozilla-central) changesets?
Whiteboard: js-triage-needed
I can't repro on MC tip.  Can you Christian?
No, I can't repro this on MC either, only on TM trunk. But I was just told that many patches might not have reached TM trunk yet so this is probably fixed but not merged to TM yet. If that's the case, feel free to close :)
Great.  TM is dormant now (and may perhaps be deallocated), so I would focus your efforts on MC.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Filter on qa-project-auto-change:

A testcase for this bug was already added in the original bug (bug 666292).
Flags: in-testsuite-
You need to log in before you can comment on or make changes to this bug.