Closed
Bug 785625
Opened 13 years ago
Closed 13 years ago
IonMonkey: [ARM] Assertion failure: CurrentIonContext(), at ion/Ion.cpp:91
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 786004
People
(Reporter: decoder, Unassigned)
References
Details
(Keywords: assertion, testcase, Whiteboard: [ion:p1:fx18])
The following testcase asserts on ionmonkey revision 1505df25c6a0 (run with --ion -n -m --ion-eager):
function optionsInit() {
options.initvalues = {};
var optionNames = options().split(',');
for (var i = 0; i < optionNames.length; i++) { }
}
optionsInit();
if (typeof(gcPreserveCode) == "function") {
gcPreserveCode()
}
gc();
![]() |
||
Updated•13 years ago
|
Whiteboard: [ion:p1:fx18]
Updated•13 years ago
|
Summary: IonMonkey: Assertion failure: CurrentIonContext(), at ion/Ion.cpp:91 → IonMonkey: [ARM] Assertion failure: CurrentIonContext(), at ion/Ion.cpp:91
Comment 1•13 years ago
|
||
Just verified that my patch for 786004 fixes this failure.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Group: core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•