Closed
Bug 939259
Opened 9 years ago
Closed 5 years ago
crash in js::Invoke
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: nhirata, Unassigned)
Details
(Keywords: crash, steps-wanted, Whiteboard: [b2g-crash])
Crash Data
This bug was filed from the Socorro interface and is report bp-1711f4f2-022b-4c90-929c-99e942131111. ============================================================= Frame Module Signature Source 0 libxul.so js::Invoke js/src/vm/Interpreter.cpp 1 libxul.so JS_CallFunctionValue(JSContext*, JSObject*, JS::Value, unsigned int, JS::Value*, JS::Value*) js/src/jsapi.cpp 2 libxul.so mozilla::dom::workers::WorkerPrivate::RunExpiredTimeouts(JSContext*) dom/workers/WorkerPrivate.cpp 3 libxul.so TimerRunnable::WorkerRun dom/workers/WorkerPrivate.cpp 4 libxul.so mozilla::dom::workers::WorkerRunnable::Run() dom/workers/WorkerPrivate.cpp 5 libxul.so mozilla::dom::workers::WorkerPrivate::DoRunLoop(JSContext*) dom/workers/WorkerPrivate.cpp 6 libxul.so WorkerThreadRunnable::Run dom/workers/RuntimeService.cpp 7 libxul.so nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp 8 libxul.so NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp 9 libxul.so nsThread::ThreadFunc(void*) xpcom/threads/nsThread.cpp 10 libnss3.so _pt_root nsprpub/pr/src/pthreads/ptthread.c 11 libc.so __thread_entry bionic/libc/bionic/pthread.c 12 libc.so pthread_create bionic/libc/bionic/pthread.c 13 @0x444e31d6 More Reports: https://crash-stats.mozilla.com/report/list?product=B2G&signature=js%3A%3AInvoke Note: 1. need to find STR
![]() |
Reporter | |
Comment 1•9 years ago
|
||
Per bsmedberg, I cc'ed bent, khuey. Probably a stupid question : where do we use workers?
Comment 2•5 years ago
|
||
b2g crash
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•