Closed
Bug 1043150
Opened 11 years ago
Closed 11 years ago
"Assertion failure: thing" in GetGCThingRuntime with Promise
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1041646
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
1. Load the testcase (in a debug build)
2. Quit Firefox
Assertion failure: thing, at HeapAPI.h:225
| Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Promises are currently implemented in DOM code, not the JS engine (this will change eventually). This stack and all the code in the testcase all implicate DOM code, so moving there.
Component: JavaScript Engine → DOM
Comment 3•11 years ago
|
||
This is a guaranteed null-deref. Thank you for the testcase! Dupping back to the bug with more discussion.
Group: core-security
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•