Closed
Bug 724798
Opened 13 years ago
Closed 13 years ago
IonMonkey: Crash [@ js::ion::IonCommonFrameLayout::returnAddress] or [@ js::ion::IonFrameIterator::operator++]
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 724579
People
(Reporter: gkw, Unassigned)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
10.06 KB,
text/plain
|
Details |
a = []
b = this
function f(o) {
__proto__ = a
}
for (;;) {
try {
new {}
} catch (e) {}
f(b)
}
crashes js debug shell on IonMonkey changeset f46cfb199e77 with -m, -a, --ion and -n at js::ion::IonCommonFrameLayout::returnAddress and crashes js opt shell at js::ion::IonFrameIterator::operator++
Comment 1•13 years ago
|
||
This crash is also a test failure of this test:
js/src/tests/js1_2/Array/splice1.js (--ion -n -m)
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
•