This tool allows you to check if a crash-related bug is still relevant or not.
This is mostly useful for people working on Mozilla products. It uses data from bugzilla.mozilla.org and crash-stats.mozilla.com.
When you check a bug, this tool will first fetch all the signatures associated to that bug from the crash-stats API. Then, for each signature, it will fetch the products and versions the signature appears on, count those occurrences and will compare that to the total number of crashes for said product and version.
For each signature, this tool will show a table containing 5 columns:
- Product: the name of the product
- Version: the version of the product
- Percentage: percentage of crashes with this signature over all crashes with the same product and version
- Count: count of crashes with this signature
- Total: count of crashes for the product and version
Try this service by entering a bug number in the form below or in the header.