Open
Bug 1090982
Opened 10 years ago
Updated 2 years ago
Detect when recoverable failures are happening repeatedly and crash when it happens.
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
NEW
People
(Reporter: nical, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
We try to recover from some of the failures, sometimes at the expense of potential glitches but the risk is to end up with an unusable browser if things are too glitchy. On the compositor side it is very easy to count the number of api calls that fail and impose a certain threshold above which we should force the browser to crash so that repeated failures show up in crash stats and to give the user a chance to restart in safe mode if the browser is not usable. I think that the count should be periodically reset in order to avoid a benign error happening rarely to cause the crash if the browser was up for a while.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•