Closed
Bug 894413
Opened 11 years ago
Closed 11 years ago
crash in mozilla::MediaStreamGraphImpl::UpdateCurrentTime when starting, stopping, and starting media recording
Categories
(Core :: Audio/Video: Recording, defect)
Core
Audio/Video: Recording
Tracking
()
VERIFIED
FIXED
People
(Reporter: jsmith, Assigned: rlin)
References
Details
(Keywords: crash, reproducible, Whiteboard: [MR1.2])
Crash Data
This bug was filed from the Socorro interface and is
report bp-58e96eef-05ac-4c5c-add2-689cb2130716 .
=============================================================
STR
1. Load https://bugzilla.mozilla.org/attachment.cgi?id=773094 in Nightly
2. In the console, type mediaRecorder.start();
3. Wait a few seconds
4. Type mediaRecorder.stop() in the console.
5. Type mediaRecorder.start() in the console.
Expected
Media recording should start up again.
Actual
Media recording starts up again, but we'll immediately crash.
Reporter | ||
Updated•11 years ago
|
Blocks: 803414
Keywords: reproducible
Updated•11 years ago
|
Summary: crash in nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyElements<nsListenerStruct> >::IsEmpty() | mozilla::TimeVarying<__int64, bool, int>::GetAt(__int64, __int64*, __int64*) when starting, stopping, and starting media recording → crash in mozilla::MediaStreamGraphImpl::UpdateCurrentTime when starting, stopping, and starting media recording
Assignee: nobody → rlin
Assignee | ||
Comment 1•11 years ago
|
||
Can solve by this Bug 894348's patch.
Updated•11 years ago
|
Crash Signature: [@ nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyElements<nsListenerStruct> >::IsEmpty() | mozilla::TimeVarying<__int64, bool, int>::GetAt(__int64, __int64*, __int64*)] → [@ nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyElements<nsListenerStruct> >::IsEmpty() | mozilla::TimeVarying<__int64, bool, int>::GetAt(__int64, __int64*, __int64*) ]
[@ nsTArray_base<nsTArrayInfallibleAllocator, nsTArray_CopyElements<FlexIt…
Assignee | ||
Updated•11 years ago
|
Blocks: MediaRecording
Reporter | ||
Comment 2•11 years ago
|
||
Going to retest with the dependency fixed.
Keywords: qawanted
QA Contact: jsmith
Assignee | ||
Updated•11 years ago
|
Whiteboard: [MR1.2]
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Component: Video/Audio → Video/Audio: Recording
Reporter | ||
Updated•11 years ago
|
No longer blocks: MediaRecording
You need to log in
before you can comment on or make changes to this bug.
Description
•