Closed
Bug 819903
Opened 13 years ago
Closed 12 years ago
crash in mozilla::MediaDecoderStateMachine::StopAudioThread
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, regression)
Crash Data
It first showed up in 20.0a1/20121123. The regression range might be (discontinuous across builds):
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=20ec9014f220&tochange=d8e4f06198dc
Signature mozilla::MediaDecoderStateMachine::StopAudioThread() More Reports Search
UUID fd3b52a9-7342-43df-837c-8a2622121210
Date Processed 2012-12-10 00:13:41
Uptime 402
Last Crash 3.1 days before submission
Install Age 3.9 hours since version was first installed.
Install Time 2012-12-09 20:22:08
Product Firefox
Version 20.0a1
Build ID 20121209030817
Release Channel nightly
OS Windows NT
OS Version 6.1.7601 Service Pack 1
Build Architecture x86
Build Architecture Info GenuineIntel family 6 model 15 stepping 13
Crash Reason EXCEPTION_ACCESS_VIOLATION_READ
Crash Address 0x0
App Notes
AdapterVendorID: 0x10de, AdapterDeviceID: 0x0402, AdapterSubsysID: 10201462, AdapterDriverVersion: 9.18.13.697
D2D? D2D+ DWrite? DWrite+ D3D10 Layers? D3D10 Layers+ WebGL? EGL? EGL+ GL Context? GL Context+ WebGL+
EMCheckCompatibility True
Adapter Vendor ID 0x10de
Adapter Device ID 0x0402
Total Virtual Memory 4294836224
Available Virtual Memory 3347427328
System Memory Use Percentage 38
Available Page File 4588052480
Available Physical Memory 1990389760
Frame Module Signature Source
0 xul.dll mozilla::MediaDecoderStateMachine::StopAudioThread content/media/MediaDecoderStateMachine.cpp:1557
1 xul.dll mozilla::MediaDecoderStateMachine::DecodeSeek content/media/MediaDecoderStateMachine.cpp:1866
2 xul.dll mozilla::MediaDecoderStateMachine::DecodeThreadRun content/media/MediaDecoderStateMachine.cpp:485
3 xul.dll nsRunnableMethodImpl<tag_nsresult obj-firefox/dist/include/nsThreadUtils.h:350
4 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:627
5 xul.dll nsThread::ThreadFunc xpcom/threads/nsThread.cpp:265
6 nspr4.dll _PR_NativeRunThread nsprpub/pr/src/threads/combined/pruthr.c:395
7 nspr4.dll pr_root nsprpub/pr/src/md/windows/w95thred.c:90
8 msvcr100.dll _callthreadstartex f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c:314
9 msvcr100.dll _threadstartex f:\dd\vctools\crt_bld\self_x86\crt\src\threadex.c:292
10 kernel32.dll BaseThreadInitThunk
11 ntdll.dll __RtlUserThreadStart
12 ntdll.dll _RtlUserThreadStart
More reports at:
https://crash-stats.mozilla.com/report/list?signature=mozilla%3A%3AMediaDecoderStateMachine%3A%3AStopAudioThread%28%29
![]() |
||
Comment 1•13 years ago
|
||
mchen, just because this sounds similar, is this related with bug 819275 by chance?
Comment 2•13 years ago
|
||
Hi Robert,
It seems that this bug is happened on windows 7 but audio channel agent/service in nsHTMLMediaElement.cpp is only working on define of MOZ_B2G. So it may not be the same issue.
![]() |
||
Comment 3•13 years ago
|
||
Marco, thanks, just wanted to make sure, as bot have to do with stopping audio and appeared in the last days. ;-)
Reporter | ||
Comment 4•12 years ago
|
||
Crashes stopped after 20.0a1/20121215.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•