Top Crashers for {{ product.name }} {{ ', '.join(query.versions) }}
Top {{ total_crashing_signatures }} Crashing Signatures. {{ query.start_date | time_tag }} through {{ query.end_date | time_tag }}.
The report covers {{ number_of_crashes }} ({{ total_percentage | round(2) }}%) of all {{ total_number_of_crashes }} crashes during this period.
- Report Date:
- Most Recent
- By Day
- Range Type:
- By Report Date
- By Build Date
- Type: {% for c, label in process_type_values %}
- {{ label }} {% endfor %}
- Days: {% for day in possible_days %}
- {{ day }} {% endfor %}
- Result Count: {% for res_count in result_counts %}
- {{ res_count }} {% endfor %}
| Rank | % | Diff | Signature | {% if not os_name %}Count | Win | Mac | Lin | {% else %}{{ os_name }} | {% endif %}Installs | Is GC | First Appearance | Bugzilla IDs | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ topcrashers_stats_item.rank }} {% if topcrashers_stats_item.rank_diff != 'new' and topcrashers_stats_item.rank_diff >= 5 or topcrashers_stats_item.rank_diff <= -5 %} 1 %} class="moving-up" {% elif topcrashers_stats_item.rank_diff < -1 %} class="moving-down" {% endif %} title="Movement in rank since the {{ query.start_date }} report">{{ topcrashers_stats_item.rank_diff }} {% endif %} | {{ topcrashers_stats_item.percent_of_total_crashes | round(2) }}% | {% if topcrashers_stats_item.percent_of_total_crashes_diff == 'new' %}new | {% else %}{{ "⬆️" if topcrashers_stats_item.percent_of_total_crashes_diff > 0 else "⬇️"}} {{ topcrashers_stats_item.percent_of_total_crashes_diff | round(2) }}% | {% endif %}{{ topcrashers_stats_item.signature_term }} | {% if not os_name %}{{ topcrashers_stats_item.num_crashes }} | {{ topcrashers_stats_item.num_crashes_per_platform.win_count }} | {{ topcrashers_stats_item.num_crashes_per_platform.mac_count }} | {{ topcrashers_stats_item.num_crashes_per_platform.lin_count }} | {% elif os_name == 'Windows' %}{{ topcrashers_stats_item.num_crashes_per_platform.win_count }} | {% elif os_name == 'Linux' %}{{ topcrashers_stats_item.num_crashes_per_platform.lin_count }} | {% elif os_name == 'Mac OS X' %}{{ topcrashers_stats_item.num_crashes_per_platform.mac_count }} | {% endif %}{{ topcrashers_stats_item.num_installs }} | {{ topcrashers_stats_item.num_crashes_in_garbage_collection }} | {% if topcrashers_stats_item.first_report %}{% else %} | - | {% endif %}{% for bug in topcrashers_stats_item.bugs %} {{ show_bug_link(bug) }} {% endfor %} |
No crashing signatures found for the period {{ query.start_date | time_tag }} to {{ query.end_date | time_tag }}.
{% endif %}