Closed Bug 673777 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: strcmp(rval, with_cookie) == 0, at jsopcode.cpp:2712

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 673710

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase)

The following testcase asserts on TI revision 9b9fd467eb5f (run with -j -m -n -a), tested on 64 bit:


function printBugNumber (num) {}
function reportCompare (expected, actual, description) {}
function enterFunc (funcName){ }
function exitFunc (funcName){}
test();
function test() {
  printBugNumber(/\$+$/&& enterFunc++&& this ( ) );
  exitFunc (this ( reportCompare + " "+ test)++ );
}
Previous stages during minimization yielded also the following asserts:

Assertion failure: 0, at jsopcode.cpp:3444
Assertion failure: top < StackDepth(ss->printer->script), at jsopcode.cpp:1129
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.