Closed Bug 653397 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: obj, at ../jsval.h:711

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED FIXED

People

(Reporter: decoder, Assigned: jandem)

References

Details

(Keywords: assertion, testcase)

Attachments

(1 file)

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)
Attached patch PatchSplinter Review
Assignee: general → jandemooij
Status: NEW → ASSIGNED
Attachment #530175 - Flags: review?(bhackett1024)
Attachment #530175 - Flags: review?(bhackett1024) → review+
http://hg.mozilla.org/projects/jaegermonkey/rev/4f15ed48c44e
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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.

Attachment

General

Created:
Updated:
Size: