Closed Bug 936971 Opened 11 years ago Closed 11 years ago

Assertion failure: !cx->isExceptionPending(), at ../jscntxtinlines.h:223 with OOM

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 947233
Tracking Status
firefox26 --- affected
firefox27 --- affected
firefox28 --- affected

People

(Reporter: decoder, Unassigned)

References

Details

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

Attachments

(1 file)

The following testcase asserts on mozilla-central revision 16949049f03d (run with --fuzzing-safe):


try { evaluate("throw;", { noScriptRval : true }); } catch(exc1) {}
gcparam("maxBytes", gcparam("gcBytes") + 4*1024);
function f(b) {
    if (b) {}
}
gczeal(4);
function blah() {
  for (var j = 0; j < 100; ++j) {}
}
(new Function("const x = (function () { if (1e+81){} else{x} } )"))();
Whiteboard: [jsbugmon:update,bisect]
Whiteboard: [jsbugmon:update,bisect] → [jsbugmon:update]
JSBugMon: Bisection requested, result:
autoBisect shows this is probably related to the following changeset:

The first bad revision is:
changeset:   http://hg.mozilla.org/mozilla-central/rev/fb2bf717ab24
user:        Dan Gohman
date:        Mon Oct 28 10:32:50 2013 -0700
summary:     Bug 910782 - SpiderMonkey: Implement indirect-goto-based opcode dispatch. r=luke

This iteration took 430.123 seconds to run.
According to the traces I'm seeing, this is likely a duplicate of bug 947233.
Depends on: 947233
Also just confirmed that my patch in bug 947233 fixes this. So closing as dup now.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: