Closed
Bug 900708
Opened 12 years ago
Closed 12 years ago
Media Recording - Assertion: still has data in Encoded Buffers when shutting down Firefox in the test case on bug 894341
Categories
(Core :: Audio/Video: Recording, defect)
Core
Audio/Video: Recording
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: jsmith, Assigned: rlin)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.19 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
STR
1. On a debug build, load https://bugzilla.mozilla.org/attachment.cgi?id=776321
2. Accept permissions
3. Close Firefox
Expected
We shutdown cleanly.
Actual
We get an assertion on shutdown:
[Parent 200984] ###!!! ASSERTION: still has data in EncodedBuffers!: 'mDataSize == 0', file c:\users\jsmith\documents\mozilla-central\content\media\EncodedBufferCache.h, line 35
Reporter | ||
Updated•12 years ago
|
Blocks: MediaRecording
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rlin
Assignee | ||
Comment 1•12 years ago
|
||
This cause by client isn't request data and destroy the mediaRecorder, so the EncodedBufferCache would queue some encoded data and the memory can be recycled while destroy this object.
Attachment #785665 -
Flags: review?(roc)
Attachment #785665 -
Flags: review?(roc) → review+
Assignee | ||
Updated•12 years ago
|
Whiteboard: checkin-needed
Comment 2•12 years ago
|
||
Whiteboard: checkin-needed
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Reporter | ||
Updated•12 years ago
|
Whiteboard: [qa-]
Updated•12 years ago
|
Component: Video/Audio → Video/Audio: Recording
Reporter | ||
Updated•12 years ago
|
No longer blocks: MediaRecording
You need to log in
before you can comment on or make changes to this bug.
Description
•