Closed Bug 877475 Opened 11 years ago Closed 6 years ago

Assertion failure: ion::IsEnabled(cx), at ion/Ion.cpp:1779 with OOM

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: decoder, Unassigned)

Details

(Keywords: assertion, testcase, Whiteboard: [jsbugmon:])

Attachments

(1 file)

The following testcase asserts on mozilla-central revision 8d85de779506 (no options required):


try {
  oomAfterAllocations(5);
  function mutate(val, index, arr) {
    return true;
  }
  var a = [1, 2];
  var m = a.filter(mutate);
} catch(exc0) {}
Whiteboard: [jsbugmon:update]
Whiteboard: [jsbugmon:update] → [jsbugmon:update,ignore]
JSBugMon: The testcase found in this bug no longer reproduces (tried revision b7175c5829b5).
Whiteboard: [jsbugmon:update,ignore] → [jsbugmon:bisectfix]
Whiteboard: [jsbugmon:bisectfix] → [jsbugmon:]
JSBugMon: Fix Bisection requested, failed due to error (try manually).
autoBisect shows this is probably related to the following changeset:

The first good revision is:
changeset:   http://hg.mozilla.org/mozilla-central/rev/ce43d28276e4
user:        Brian Hackett
date:        Fri Jun 14 05:58:28 2013 -0600
summary:     Bug 678037 - Enable lazy JS parsing and fix various bugs, r=waldo,evilpie,nobody.

Brian, is it possible that bug 678037 fixed this?
Flags: needinfo?(bhackett1024)
No, oomAfterAllocations will be super fragile and 678037 affects where allocations happen.
Flags: needinfo?(bhackett1024)
Assignee: general → nobody
Setting needinfo? from our OOM-guru Iain to check this out.
Flags: needinfo?(iireland)
If you no longer see this I think we can close this bug.

It used to be that we disabled TI (and therefore Ion) on OOM. We no longer do that.
Yes, not seeing this anymore.

=> WFM
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(iireland)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: