Open the crash report on crash-stats: {{ uuid_info['uuid'] }}.

The crash signature is {{ uuid_info['signature']|e }}.

{% if stack -%} {% for pos, info in enumerate(stack['frames']) -%} {% if info['line'] != -1 -%} {% endif -%} {% endfor -%}
Frame Signature Source Changesets
{{ pos }} {{ info['function']|e }} {% if info['url'] -%} {{ info['filename']|e }}:{{ info['line'] }} {% else -%} {{ info['original']|e }}{% if info['line'] -%}:{{ info['line'] }}{% endif -%} {% endif -%} {% for chgset, i in info['changesets'].items() -%}
{{ i['score'] }}
{{ i['pushdate'].strftime('%Y-%m-%d') }}
{% if i['bugid'] > 0 %}{{ i['bugid'] }}{% endif %}
backout: {{ i['backedout'] }}
{% endfor -%}
{% endif -%}