Closed Bug 1212927 Opened 9 years ago Closed 9 years ago

Assertion failure: cx->isExceptionPending() with OOM when parsing off main thread

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jonco, Unassigned)

References

(Blocks 1 open bug)

Details

The following test fails with an assertion: Assertion failure: cx->isExceptionPending(), at /Users/jon/work/oom/js/src/builtin/TestingFunctions.cpp:1144 Test code: oomTest(() => { gc(); offThreadCompileScript( ` function f(x) { if (x == 0) return "foobar"; return 1 + f(x - 1); } f(5); `); runOffThreadScript(); });
The test case now works, so I guess this got fixed.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.