Closed
Bug 701888
Opened 13 years ago
Closed 13 years ago
IonMonkey: Bailouts broken when calling a non-object.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 706692
People
(Reporter: sstangl, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
application/javascript
|
Details |
This is related to the recently-fixed Bug 701508.
The attached testcase is a reduced version of ion/bug670484.js.
Trips on master with --ion-eager on x86_64, after taking the bailout:
>Assertion failure: sp_ >= fp_->base() && sp_ <= fp_->slots() + script->nslots, at /home/sstangl/dev/ionmonkey/js/src/vm/Stack.cpp:1087
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•