Closed
Bug 990780
Opened 11 years ago
Closed 11 years ago
Crash in [@mozilla::MediaPluginReader::DecodeAudioData()] on "Seeking to unbuffered position with continuous playback" test
Categories
(Core :: Audio/Video, defect)
Tracking
()
VERIFIED
FIXED
mozilla31
People
(Reporter: stephend, Assigned: eflores)
References
()
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
1.19 KB,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-402f1161-3480-4f06-b334-5567a2140401.
=============================================================
STR:
1. On today's nightly Fennec build (20140401030203), load http://www.areweplayingyet.org
2. Run the "Seeking to unbuffered position with continuous playback after seeking (MP3)" test
Actual Results:
Crash in [@mozilla::MediaPluginReader::DecodeAudioData() ]
0 libxul.so mozilla::MediaPluginReader::DecodeAudioData() content/media/plugins/MediaPluginReader.cpp
1 libxul.so mozilla::MediaDecoderReader::DecodeToTarget(long long) content/media/MediaDecoderReader.cpp
2 libxul.so mozilla::MediaDecoderStateMachine::DecodeSeek() content/media/MediaDecoderStateMachine.cpp
3 libxul.so nsRunnableMethodImpl<tag_nsresult (mozilla::MediaDecoderStateMachine::*)(), void, true>::Run()
4 libxul.so mozilla::MediaTaskQueue::Runner::Run() content/media/MediaTaskQueue.cpp
5 libxul.so nsThreadPool::Run() xpcom/threads/nsThreadPool.cpp
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::MessagePumpForNonMainThreads::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 nsThread::ThreadFunc(void*) xpcom/threads/nsThread.cpp
12 libnss3.so _pt_root nsprpub/pr/src/pthreads/ptthread.c
13 libc.so libc.so@0xd302
14 libc.so libc.so@0xd49a
Updated•11 years ago
|
Updated•11 years ago
|
status-firefox30:
affected → ---
status-firefox31:
--- → affected
Updated•11 years ago
|
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8410020 -
Flags: review?(cajbir.bugzilla)
Updated•11 years ago
|
Attachment #8410020 -
Flags: review?(cajbir.bugzilla) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → edwin
Status: NEW → ASSIGNED
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Comment 4•11 years ago
|
||
Stephen, can you verify this on tomorrow's Nightly?
Updated•11 years ago
|
tracking-fennec: ? → 31+
| Reporter | ||
Comment 5•11 years ago
|
||
Sorry for the delay; verified FIXED with today's build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•