Closed Bug 649824 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: f.fp()->hasCallObj() || f.fp()->hasArgsObj(), at ./methodjit/InvokeHelpers.cpp:530

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 a3eeee8f7803 (run with -m -n -a),
tested on 64 bit:

var o = {
    w: 2,
    x: 3
};
var o = 430717;
o.x = 4;
Attached patch PatchSplinter Review
lhs->isTypeKnown() returned true after the call to frame.shimmy, so we did not rejoin from the OOL call to stubs::SetName and marched right into PutActivationObjects.
Assignee: general → jandemooij
Status: NEW → ASSIGNED
Attachment #525968 - Flags: review?(bhackett1024)
Ah, noticed this and fixed it in rev dca50d9a5047, we also did the same thing in jsop_getprop (internet blackout since yesterday afternoon, sorry).  I'll add the testcase.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Attachment #525968 - Flags: review?(bhackett1024)
A testcase for this bug was automatically identified at js/src/jit-test/tests/jaeger/bug649824.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: