Closed
Bug 1147170
Opened 10 years ago
Closed 10 years ago
crash in mozilla::MediaPromise<bool, bool, false>::ThenValue<mozilla::MediaDecoderStateMachine, void (mozilla::MediaDecoderStateMachine::*)(), void (mozilla::MediaDecoderStateMachine::*)()>::Disconnect()
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1147435
People
(Reporter: nhirata, Assigned: sotaro)
References
Details
(Keywords: crash, Whiteboard: [b2g-crash])
Crash Data
This bug was filed from the Socorro interface and is
report bp-dd586252-546b-44f9-aa39-dccb62150323.
=============================================================
Crashing Thread
Frame Module Signature Source
0 libxul.so mozilla::MediaPromise<bool, bool, false>::ThenValue<mozilla::MediaDecoderStateMachine, void (mozilla::MediaDecoderStateMachine::*)(), void (mozilla::MediaDecoderStateMachine::*)()>::Disconnect()
1 libxul.so mozilla::MediaDecoderStateMachine::ResetDecode() dom/media/MediaPromise.h
2 libxul.so mozilla::MediaDecoderStateMachine::FlushDecoding() dom/media/MediaDecoderStateMachine.cpp
3 libxul.so mozilla::MediaDecoderStateMachine::SetDormant(bool) dom/media/MediaDecoderStateMachine.cpp
4 libxul.so mozilla::MediaOmxCommonDecoder::FirstFrameLoaded(nsAutoPtr<mozilla::MediaInfo>, mozilla::MediaDecoderEventVisibility) dom/media/omx/MediaOmxCommonDecoder.cpp
5 libxul.so mozilla::FirstFrameLoadedEventRunner::Run() dom/media/AbstractMediaDecoder.h
6 libxul.so nsThread::ProcessNextEvent(bool, bool*) xpcom/threads/nsThread.cpp
7 libxul.so NS_ProcessNextEvent(nsIThread*, bool) xpcom/glue/nsThreadUtils.cpp
8 libxul.so mozilla::ipc::MessagePump::Run(base::MessagePump::Delegate*) ipc/glue/MessagePump.cpp
9 libxul.so MessageLoop::RunInternal() ipc/chromium/src/base/message_loop.cc
10 libxul.so MessageLoop::Run() ipc/chromium/src/base/message_loop.cc
11 libxul.so nsBaseAppShell::Run() widget/nsBaseAppShell.cpp
12 libxul.so XRE_RunAppShell toolkit/xre/nsEmbedFunctions.cpp
13 libxul.so MessageLoop::RunInternal() ipc/chromium/src/base/message_loop.cc
14 libxul.so MessageLoop::Run() ipc/chromium/src/base/message_loop.cc
15 libxul.so XRE_InitChildProcess toolkit/xre/nsEmbedFunctions.cpp
16 libxul.so content_process_main(int, char**) ipc/contentproc/plugin-container.cpp
17 libxul.so mozilla::ipc::ProcLoaderLoadRunner::DoWork() ipc/glue/ProcessUtils_linux.cpp
18 libxul.so XRE_ProcLoaderServiceRun ipc/glue/ProcessUtils_linux.cpp
19 b2g main b2g/app/B2GLoader.cpp
20 libc.so __libc_init /builds/slave/b2g_m-cen_flm-kk_ntly-00000000/build/bionic/libc/bionic/libc_init_dynamic.cpp:112
21 b2g b2g@0x941a
22 linker set_soinfo_pool_protection /builds/slave/b2g_m-cen_flm-kk_ntly-00000000/build/bionic/linker/linker.cpp:291
23 @0xbe99cd94
More reports:
https://crash-stats.mozilla.com/report/list?product=B2G&signature=mozilla%3A%3AMediaPromise%3Cbool%2C+bool%2C+false%3E%3A%3AThenValue%3Cmozilla%3A%3AMediaDecoderStateMachine%2C+void+%28mozilla%3A%3AMediaDecoderStateMachine%3A%3A%2A%29%28%29%2C+void+%28mozilla%3A%3AMediaDecoderStateMachine%3A%3A%2A%29%28%29%3E%3A%3ADisconnect%28%29
Looks like it may have started at least by 20150320010204 if not earlier.
Reporter | ||
Updated•10 years ago
|
Whiteboard: [b2g-crash]
Assignee | ||
Comment 2•10 years ago
|
||
Bug 1147435 might fix this bug.
Reporter | ||
Comment 3•10 years ago
|
||
other bug fix landed today; will monitor
Last crash reported in socorro : 20150325083046
Flags: needinfo?(nhirata.bugzilla)
Assignee | ||
Updated•10 years ago
|
Reporter | ||
Comment 5•10 years ago
|
||
Last crash I see is still before the other bug : 20150326160206
It's been one week. Going to close this out as a dup for now and will reopen if I see it still occurring.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(nhirata.bugzilla)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•