Closed
Bug 673777
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: strcmp(rval, with_cookie) == 0, at jsopcode.cpp:2712
Categories
(Core :: JavaScript Engine, defect)
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)++ );
}
| Reporter | ||
Comment 1•14 years ago
|
||
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
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•