Closed Bug 944151 Opened 11 years ago Closed 6 years ago

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

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED DUPLICATE of bug 945754

People

(Reporter: decoder, Unassigned)

Details

(Keywords: assertion, testcase)

Attachments

(1 file)

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


function ReferenceError() {}
evaluate('\
function testcase() {\
        try {\
            testcase();\
        } catch (e) {\
            return e instanceof ReferenceError;\
        }\
    }\
testcase()\
');
Assignee: general → nobody
QA Contact: general
This is a dupe of Bug 945754. It still had a few years of unsafe-OOM forced crashes due to delazification failing with stack-exhaustion. That behavior disappeared with Bug 1357711.
Status: NEW → RESOLVED
Closed: 6 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: