Closed
Bug 732855
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: iter.slots() >= CountArgSlots(fp->fun()), at ion/Bailouts.cpp:208
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
text/javascript
|
Details |
The attached testcase asserts on ionmonkey revision 1fd6c40d3852 (run with --ion -n -m --ion-eager).
Reporter | ||
Comment 1•13 years ago
|
||
Doesn't seem to reproduce for me on a more recent build. Gary, can you bisect if/when this was fixed?
Comment 2•13 years ago
|
||
Probably fixed by bug 732858.
autoBisect shows this is probably related to the following changeset:
The first good revision is:
changeset: 90644:4bab7e913ab6
user: Nicolas Pierron
date: Fri Mar 16 15:57:27 2012 -0700
summary: Fix caller resume point just after inlining. (Bug 732858, r=dvander)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•12 years ago
|
||
Automatically extracted testcase for this bug was committed:
https://hg.mozilla.org/mozilla-central/rev/2e891e0db397
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•