Closed
Bug 894134
Opened 12 years ago
Closed 12 years ago
Closing Firefox while recording is started leaves the firefox.exe process running
Categories
(Core :: Audio/Video: Recording, defect)
Core
Audio/Video: Recording
Tracking
()
VERIFIED
FIXED
People
(Reporter: jsmith, Assigned: rlin)
References
Details
STR
1. Go to https://bugzilla.mozilla.org/attachment.cgi?id=773068 in tab #1 and a different site open in tab #2
2. In the console in tab #1, type mediaRecorder.start();
3. Quit Firefox
Expected
The firefox.exe process should be killed.
Actual
Upon closing Firefox, the firefox.exe process remains running. Trying to re-launch firefox as a result throws a "Firefox is already running" error.
| Assignee | ||
Updated•12 years ago
|
Blocks: MediaRecording
| Reporter | ||
Comment 1•12 years ago
|
||
Randy - Have you had a chance to investigate this?
I'm wondering if we're leaking memory here. I've noticed that when a tab gets closed while recording is present, you'll see Firefox's memory increase significantly. Closing Firefox as well keeps the process running. Perhaps something isn't getting killed here on tab/application shutdown?
Flags: needinfo?(rlin)
| Assignee | ||
Comment 2•12 years ago
|
||
Sure,
Now we are also handle the closing issue now.
I will also check the memory usage by using mozilla memory leak checking tool when run the test case.
Flags: needinfo?(rlin)
| Assignee | ||
Comment 3•12 years ago
|
||
This issue can be found when user recording a stopped Media Stream.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rlin
| Reporter | ||
Comment 4•12 years ago
|
||
Dependencies are fixed, so I'll retest this.
Keywords: qawanted
QA Contact: jsmith
| Reporter | ||
Comment 5•12 years ago
|
||
Can't reproduce anymore. Probably was fixed by bug 894341.
| Reporter | ||
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
| Reporter | ||
Updated•12 years ago
|
No longer blocks: MediaRecording
Updated•12 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
•