Make the crash reporter client tell the user to re-install Firefox if we detect a corrupted installation
Categories
(Toolkit :: Crash Reporting, enhancement)
Tracking
()
People
(Reporter: gsvelto, Unassigned)
References
(Blocks 1 open bug, )
Details
Originally my idea for this bug was to check the checksums of a Firefox installation against some hard-coded, known good hashes that would be stored in the crash reporter client itself. Since crashes caused by a corrupt installation are not actionable it's probably better to help the user, aside from getting the crash reported.
One type of crash we could quickly detect without having to add checksuming would be bug 1821411. After running the minidump analyzer we have the list of modules available in JSON and it would be trivial to check that all the modules that belong to Mozilla have the same version (or not).
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 1•1 year ago
|
||
In the light of bug 1941134 I think we might consider prioritizing this for this year. We considered this for people with flawed memory or disks, but this would be an easy mitigation for updater issues. Since we've had at least a couple of instances where we end up with a mismatched configuration that crashes on startup I think it's worth picking up the pace here.
Updated•1 year ago
|
Updated•1 year ago
|
Description
•