Closed
Bug 653397
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: obj, at ../jsval.h:711
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: jandem)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
3.78 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on TI revision 09cce9915b80 (run with -m -n -a),
tested on 64 bit:
function testSlowArrayPopMultiFrame() {
a = undefined;
function parent(a, i) { i };
function gramps(a, i) {
return parent;
}
var last;
for (var i = 0; ; gramps++)
last=gramps(a, i)
}(testSlowArrayPopMultiFrame(), 23)
| Assignee | ||
Comment 1•14 years ago
|
||
Assignee: general → jandemooij
Status: NEW → ASSIGNED
Attachment #530175 -
Flags: review?(bhackett1024)
Updated•14 years ago
|
Attachment #530175 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•13 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/bug653397.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•