Socorro/SocorroUI/Crashes By Signature

From MozillaWiki
Jump to: navigation, search

On the crashes by signature page, you will find a list of all of the crash reports associated with that crash signature.

Details

Graph Tab

A graphical representation of the Operating Systems associated with the crashes related to this crash signature.

Table Tab

A table representation of the Build IDs associated with each crash report associated with this crash signature for the given time period.

Reports Tab

The following details are made available for each crash report in this list.

  • Timestamp - The timestamp is the crash reports timestamp, and will link directly to the crash report.
  • Product
  • Version
  • Build
  • OS - The platform for the crashing client.
  • CPU - The type of processor used by the crashing client.
  • Reason - The cause of the crash.
  • Address - Hexadecimal address associated with the crash.
  • Uptime - The number of seconds that the crashing client's browser has been up and running since its last crash.
  • Comments - The comments added by a user upon crash report submission. Must be authenticated to view.

Bugzilla Tab

All of the Bugzilla bugs associated with this crash signature, as well as related crash signatures. Also shows the title and status of each Bugzilla bugs. Closed Bugzilla bugs are listed on this page, but in strikethrough text.

Comments Tab

All of the comments that have been submitted by users with their crash reports. The contents of this tab may only be seen by Socorro admins.

Correlations Tab

A table of correlation data for this crash signature as generated by dbaron's scripts. If this crash signature is a top crasher, then we should be able to load the correlation data from the original text files.

The table lists correlated Modules, Add-ons and CPU Cores.

Data Source

This data is sourced by Socorro UI by directly querying the reports table in the database.

Future

This data will eventually be sourced by a future API in the Socorro web service layer.