Closed
Bug 899883
Opened 11 years ago
Closed 11 years ago
Media Recording - Recording media with no timeslice in a mochitest leaks memory
Categories
(Core :: Audio/Video: Recording, defect)
Core
Audio/Video: Recording
Tracking
()
RESOLVED
DUPLICATE
of bug 896353
People
(Reporter: jsmith, Unassigned)
Details
(Keywords: memory-leak)
The mochitest on bug 899878 currently will pass all specified tests, but will leak memory. See https://bugzilla.mozilla.org/attachment.cgi?id=783530 for the output of the test that reveals that we've leaked memory.
Note - this blocks being able to land bug 899878.
Reporter | ||
Updated•11 years ago
|
Blocks: 899878, MediaRecording
Keywords: mlk
Reporter | ||
Comment 1•11 years ago
|
||
Randy indicates he is fixing this as part of bug 896353, so I'm duping against that bug.
No longer blocks: MediaRecording, 899878
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•11 years ago
|
||
Looks like bug 896353 didn't not fix all of the leaks involved, as the recent try run with that patch steals reveals leaks. Reopening as such.
Reporter | ||
Updated•11 years ago
|
Blocks: MediaRecording
Reporter | ||
Comment 3•11 years ago
|
||
Latest try run for analysis here - https://tbpl.mozilla.org/?tree=Try&rev=9fb7b34fc18b
Comment 4•11 years ago
|
||
Do you run the hg pull to the latest one?
https://tbpl.mozilla.org/?tree=Try&rev=f5fe2c48718d
BTW, I have commented out the state check after stop method.
Right now the state would change to inactive while fire the onstop event.
It's a little tricy to check the state right after the stop method or onstop event.
This bug would solve this problem.
Bug 903758 - Media Recording - setting the recorder state to inActive on the stop method
Reporter | ||
Comment 5•11 years ago
|
||
(In reply to Randy Lin [:rlin] from comment #4)
> Do you run the hg pull to the latest one?
> https://tbpl.mozilla.org/?tree=Try&rev=f5fe2c48718d
> BTW, I have commented out the state check after stop method.
> Right now the state would change to inactive while fire the onstop event.
> It's a little tricy to check the state right after the stop method or onstop
> event.
> This bug would solve this problem.
> Bug 903758 - Media Recording - setting the recorder state to inActive on the
> stop method
Ah, looks like I didn't kick off the try run correctly. Okay, reduping then.
No longer blocks: MediaRecording, 899878
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Component: Video/Audio → Video/Audio: Recording
You need to log in
before you can comment on or make changes to this bug.
Description
•