Crash-Stop Help

What’s Crash-Stop?

Crash-Stop is an information provider (formerly a Firefox extension) for Bugzilla to display crash data and patch information in a bug report

Crash-Stop retrieves crash signatures from the field cf_crash_signature and the patch information are extracted by parsing the comments to retrieve the mercurial urls containing revision hash.

The only information sent to the server are signatures and pair channel/revisions.

The official builds are coming from buildhub and with a request on crash-stats. Builds are filtered to remove builds with a very low crash volume (sometimes a build is retriggered because errors and so the previous is almost useless/meaningless).

How to read the data?

Example of what you can see with Crash-Stop on Bugzilla:

For each signature appearing in the bug, we’ve data for each affected products (Firefox/FennecAndroid) and release channels (Nightly/Beta/Release/ESR).

Several information can be found:

What’s the button "Update status flags"?

Crash-Stop reads all the status flags to check the ones which should be updated.
So in this case, click on the button to see the changes (in red) proposed by Crash-Stop, and submit the changes.

Something wrong or something missing?

In this case don’t hesitate to file a bug on GitHub.

Fork me on GitHub