Closed
Bug 1761942
Opened 4 years ago
Closed 4 years ago
[RDD] Limit maximal number of RDD process restart
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Right now when RDD process crashes we restart it without any limit. That leads to many crashes / browser freeze etc. We need to set a threshold and throw a decoding error when it's hit.
| Assignee | ||
Comment 1•4 years ago
|
||
Add media.rdd-process.max-crashes preference value to control how many times we restard RDD process before we throw decoding error message.
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 4•4 years ago
|
||
Pushed by stransky@redhat.com:
https://hg.mozilla.org/integration/autoland/rev/f6ae1c1c198f
[RDD] Limit maximal number of RDD process restarts r=alwu
Comment 6•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
Updated•4 years ago
|
Flags: qe-verify+
Comment 8•3 years ago
|
||
Hi Martin! Is this something that QA can manually verify, if so can you please provide us STR?
Flags: needinfo?(stransky)
| Assignee | ||
Comment 9•3 years ago
|
||
You can kill RDD process from terminal (kill -11 RDD_process_PID) until Firefox throws a message "media can't be played". You're supposed to do so twice and then Firefox should throw 'Unable to play media' message.
Flags: needinfo?(stransky)
You need to log in
before you can comment on or make changes to this bug.
Description
•