Bug 1821414 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

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).
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).

Back to Bug 1821414 Comment 0