Top Crashing Signatures {% if bug_number %}For Bug {{ bug_number }} {% endif %}

Find Signatured for Bug Number
{% if signatures|length > 0 %} {% for s in signatures %} {% set signature = s['signature'] %} {% if not top_crashes[signature] %} {% else %} {% for product in top_crashes[signature] %} {% for version in top_crashes[signature][product] %} {% endfor %} {% endfor %} {% endif %}
{{ signature }}
Rank Product Version Process Type
Not found in active topcrash lists
{{ top_crashes[signature][product][version]['currentRank']|int + 1}} {{ product }} {{ version }} {% if top_crashes[signature][product][version]['plugin_count'] == 0 %} Browser {% else %} Plugin {% endif %}
{% endfor %} {% elif bug_number %}

No signatures found for bug id {{ bug_number }}.

{% endif %}