Top Crashers for {{ product }} {{ version }}
{% if total_crashing_signatures %}
Top {{ total_crashing_signatures }} Crashing Signatures.
through
.
The report covers {{ (tcbs.totalPercentage * 100) | round(2) }}% of all {{ tcbs.totalNumberOfCrashes }} crashes during this period. Graphs below are dual-axis, having Count (Number of Crashes) on the left X axis and Percent of total of Crashes on the right X axis.
{% endif %}- Type: {% for c in ['all', 'browser', 'plugin', 'content'] %}
- {{ c|capitalize }} {% endfor %}
- Days: {% for day in possible_days %}
- {{ day }} {% endfor %}
| Rank | % | Diff | Signature | {% if not os_name %}Count | Win | Mac | Lin | Ver | {% else %}{{ os_name }} | Ver | {% endif %}Is GC | First Appearance | Bugzilla IDs | Correlation | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ crash.currentRank + 1 }} {% if crash.changeInRank != 'new' and crash.changeInRank not in [-1,0,1] and crash.changeInRank >= 5 or crash.changeInRank <= -5 %} 1 %} class="moving-up" {% elif crash.changeInRank < -1 %} class="moving-down" {% endif %} title="Movement in rank since the {{ tcbs.start_date }} report">{{ crash.changeInRank }} {% endif %} | {{ (crash.percentOfTotal * 100) | round(2) }}% | {% if crash.changeInPercentOfTotal == 'new' %}new | {% else %}{{ (crash.changeInPercentOfTotal * 100) | round(2) }}% | {% endif %}{{ crash.signature|truncate(length=80, killwords=True) }} | {% if not os_name %}{{ crash.count }} | {{ crash.win_count }} | {{ crash.mac_count }} | {{ crash.linux_count }} | {% elif os_name == 'Windows' %}{{ crash.win_count }} | {% elif os_name == 'Linux' %}{{ crash.linux_count }} | {% elif os_name == 'Mac OS X' %}{{ crash.mac_count }} | {% endif %}{{ crash.versions|split(',')|count}} | {{ crash.is_gc_count }} | {{ crash.first_report }} | {% for bug in crash.bugs %} {{ show_bug_link(bug) }} {% endfor %} |
Want to slice and dice? CSV-Formatted Raw Data
{% else %}No crashing signatures found for the period to .
{% endif %}