Closed
Bug 953367
Opened 12 years ago
Closed 7 years ago
crash in GetDefaultScopeFromJSContext(JSContext*)
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: yury, Unassigned)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
185 bytes,
text/html
|
Details |
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));
}
Updated•11 years ago
|
Component: JavaScript Engine → DOM
Updated•10 years ago
|
Crash Signature: [@ GetDefaultScopeFromJSContext(JSContext*)] → [@ GetDefaultScopeFromJSContext(JSContext*)]
[@ GetDefaultScopeFromJSContext]
Comment 1•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 2•7 years ago
|
||
Closing because no crash reported since 12 weeks.
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•