Closed
Bug 1439161
Opened 7 years ago
Closed 7 years ago
Crash in mozilla::dom::workerinternals::`anonymous namespace'::Wrap
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1428725
People
(Reporter: tcampbell, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-9a2f081a-d320-4f34-b589-fc7310180217.
=============================================================
Top 10 frames of crashing thread:
0 xul.dll mozilla::dom::workerinternals::`anonymous namespace'::Wrap dom/workers/RuntimeService.cpp:941
1 xul.dll JSCompartment::getOrCreateWrapper js/src/vm/JSCompartment.cpp:434
2 xul.dll JSCompartment::wrap js/src/vm/JSCompartment-inl.h:156
3 xul.dll js::CrossCompartmentWrapper::nativeCall js/src/proxy/CrossCompartmentWrapper.cpp:407
4 xul.dll js::Proxy::nativeCall js/src/proxy/Proxy.cpp:542
5 xul.dll TypedArray_lengthGetter js/src/vm/TypedArrayObject.cpp:1428
6 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:473
7 xul.dll js::fun_call js/src/vm/JSFunction.cpp:1184
8 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:473
9 xul.dll Interpret js/src/vm/Interpreter.cpp:3096
=============================================================
I hit this crash while using debugger on a worker and expanding properties/printing a emscripten WASM Module in the console.
![]() |
||
Comment 2•7 years ago
|
||
Coincidentally, we just diagnosed what looks to be the same crash over in bug 1428725. If you read the most recent comments, you might even be in a good position to write the patch to fix it!
Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(tcampbell)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•