Closed
Bug 989668
Opened 11 years ago
Closed 11 years ago
Worker WeakMap: "Assertion failure: cx->runtime()->preserveWrapperCallback"
Categories
(Core :: DOM: Workers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 943516
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
116 bytes,
text/html
|
Details |
Assertion failure: cx->runtime()->preserveWrapperCallback, at js/src/jsweakmap.cpp:262
Comment 1•11 years ago
|
||
This is just a null deref. Basically, the problem here is that we don't register the preserve wrapper callback on workers. I may have a bug about it already.
Group: core-security
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•