{{ report.product }} {{ report.version }} Crash Report [@ {{ report.signature }} ]
{% if hang_id %}
{% endif %}
{% if parsed_dump.threads %}
{% endif %}
{% for key in raw_keys %}
{% endif %}
Hang Minidump ({{ process_type }})
{% if crash_pairs.total == 0 %}
Hang ID {{ hang_id }} but no other UUID pair found
{% else %}
Hang ID {{ hang_id }}
{% endif%}
ID: {{ report.uuid }}
Signature: {{ report.signature }}
Signature: {{ report.signature }}
- Details
- Metadata
- Modules
- Raw Dump
- Extensions {% if report.os_name %}
- Correlations {% endif %}
| Signature | {{ report.signature }} More Reports Search |
|---|---|
| UUID | {{ report.uuid }} |
| Date Processed | {{ report.date_processed }} |
| Process Type | {{ report.process_type }} {% if report.PluginName %} {{ report.PluginName }} {% endif %} {% if report.PluginVersion %} Version:{{ report.PluginVersion }} {% endif %} {% if report.PluginFilename %} Filename:{{ report.PluginFilename }} {% endif %} |
| Uptime | {{ report.uptime }} |
| Last Crash | {{ report.last_crash }} seconds before submission |
| Install Age | {{ report.install_age }} since version was first installed. |
| Install Time | {{ install_time }} |
| Product | {{ report.product }} |
| Version | {{ report.version }} |
| Build ID | {{ report.build }} |
| Release Channel | {{ report.release_channel }} |
| OS | {{ report.os_name }} |
| OS Version | {{ report.os_version }} |
| B2G OS Version | {{ raw.B2G_OS_Version }} |
| Build Architecture | {{ report.cpu_name }} |
| Build Architecture Info | {{ report.cpu_info }} |
| Crash Reason | {{ report.reason }} |
| Crash Address | {{ report.address }} |
| Email Address | {% if raw.Email %} {{ raw.Email }} - Super Sensitive! Don't mess around! {% endif %} |
| URL | {% if raw.URL %} {{ raw.URL }} - Super Sensitive! Don't mess around! {% endif %} |
| Exploitability | {% if report.exploitability %} {{ report.exploitability }} {% endif %} |
| User Comments | {% if report.user_comments %} {% if request.user.has_perm('crashstats.view_pii') %} {{ report.user_comments | nl2br }} {% else %} {{ report.user_comments | scrub_pii | nl2br }} {% endif %} {% endif %} |
| App Notes | {{ report.app_notes }} |
| Processor Notes | {{ report.processor_notes }} |
{{ report.distributor }} |
|
{{ report.distributor_version }} |
|
| EMCheckCompatibility |
{% if report.addons_checked %}True{% else %}False{% endif %}
|
| Winsock LSP | {{ report.Winsock_LSP }} |
| Adapter Vendor ID | {{ raw.AdapterVendorID }} |
| Adapter Device ID | {{ raw.AdapterDeviceID }} |
| Java Stack Trace | {{ raw.JavaStackTrace }} |
| Total Virtual Memory | {{ raw.TotalVirtualMemory }} |
| Available Virtual Memory | {{ raw.AvailableVirtualMemory }} |
| System Memory Use Percentage | {{ raw.SystemMemoryUsePercentage }} |
| Available Page File | {{ raw.AvailablePageFile }} |
| Available Physical Memory | {{ raw.AvailablePhysicalMemory }} |
| OOM Allocation Size | {{ raw.OOMAllocationSize }} |
| Flash Process Dump | {{ raw.FlashProcessDump }} |
| Accessibility | {{ raw.Accessibility }} |
| Android CPU ABI | {{ raw.Android_CPU_ABI}} |
| Android Manufacturer | {{ raw.Android_Manufacturer }} |
| Android Model | {{ raw.Android_Model }} |
| Android Version | {{ raw.Android_Version }} |
Bugzilla - Report this bug in {% for bug_product in [product, 'Core', 'Plugins', 'Toolkit'] %} {% if bug_product in bug_product_map %} {% set bug_product = settings.BUG_PRODUCT_MAP[bug_product] %} {% endif %} {{ bug_product }} {% endfor %}
Related Bugs
Crashing Thread
| Frame | Module | Signature | Source | |
|---|---|---|---|---|
| {{ frame.frame_num }} | {{ frame.module_name }} | {{ frame.signature }} | {% if frame.source_link %}{{ frame.source_filename }} | {% else %}{% if frame.source %} {{ frame.source }}:{{ frame.source_line }} {% endif %} | {% endif %}
{% for thread_num in parsed_dump.remaining_threads | sort %}
{% endfor %}
Thread {{ thread_num }}
| Frame | Module | Signature | Source | |
|---|---|---|---|---|
| {{ frame.frame_num }} | {{ frame.module_name }} | {{ frame.signature }} | {% if frame.source_link %}{{ frame.source_filename }} | {% else %}{{ frame.source }} | {% endif %}
| {{ key }} | {% if key == 'Comments' %}{{ raw[key] | scrub_pii }} | {% else %}{{ raw[key] }} | {% endif %}
|---|
{% if parsed_dump.modules %}
{% endif %}
| Filename | Version | Debug Identifier | Debug Filename |
|---|---|---|---|
| {{ module.filename }} | {{ module.version }} | {{ module.debug_identifier }} | {{ module.debug_filename }} |
{{ raw_stackwalker_output }}
{% if request.user.has_perm('crashstats.view_rawdump') %}
Download the Raw Dump
{% for url in raw_dump_urls %} {% endfor %} {% else %}You need to be signed in to be able to download raw dumps.
{% endif %}
{% if report.addons %}
{% else %}
{% if report.os_name %}
| Extension | Extension Id | Version | Current? |
|---|---|---|---|
| {{ addon[0] }} | {{ addon[1] }} | {{ addon[2] }} |
No extensions were installed.
{% endif %}