Closed
Bug 649824
Opened 14 years ago
Closed 14 years ago
TI: Assertion failure: f.fp()->hasCallObj() || f.fp()->hasArgsObj(), at ./methodjit/InvokeHelpers.cpp:530
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: jandem)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
1.94 KB,
patch
|
Details | Diff | Splinter Review |
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;
Assignee | ||
Comment 1•14 years ago
|
||
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)
Comment 3•14 years ago
|
||
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: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•13 years ago
|
Attachment #525968 -
Flags: review?(bhackett1024)
Reporter | ||
Comment 4•12 years ago
|
||
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.
Description
•