Closed Bug 785625 Opened 12 years ago Closed 12 years ago

IonMonkey: [ARM] Assertion failure: CurrentIonContext(), at ion/Ion.cpp:91

Categories

(Core :: JavaScript Engine, defect)

Other Branch
ARM
Linux
defect
Not set
major

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();
Whiteboard: [ion:p1:fx18]
Summary: IonMonkey: Assertion failure: CurrentIonContext(), at ion/Ion.cpp:91 → IonMonkey: [ARM] Assertion failure: CurrentIonContext(), at ion/Ion.cpp:91
Just verified that my patch for 786004 fixes this failure.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Group: core-security
You need to log in before you can comment on or make changes to this bug.