Closed Bug 953367 Opened 12 years ago Closed 7 years ago

crash in GetDefaultScopeFromJSContext(JSContext*)

Categories

(Core :: DOM: Core & HTML, defect)

All
macOS
defect
Not set
critical

Tracking

()

RESOLVED WONTFIX

People

(Reporter: yury, Unassigned)

Details

(Keywords: crash)

Crash Data

Attachments

(1 file)

This bug was filed from the Socorro interface and is report bp-e2263ab6-cdc9-48d0-9f64-358222131228. ============================================================= Crashes when many promises chained: var t = new Promise(function (resolve) { resolve() }); for (var i = 0; i < 100000; i++) { t = t.then((function (i) { })(i)); }
Component: JavaScript Engine → DOM
Crash Signature: [@ GetDefaultScopeFromJSContext(JSContext*)] → [@ GetDefaultScopeFromJSContext(JSContext*)] [@ GetDefaultScopeFromJSContext]
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Closing because no crash reported since 12 weeks.
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: