{{ report.product }} {{ report.version }} Crash Report [@ {{ report.signature }} ]
Signature: {{ report.signature }}
- Details
- Modules
- Raw Dump
- Extensions {% if total_correlations > 0 %}
- 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 %} |
| User Comments | {% if report.user_comments %} {% if request.user.is_active %} {{ 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 %}{{ frame.source }} | {% endif %}
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 %}
| Filename | Version | Debug Identifier | Debug Filename |
|---|---|---|---|
| {{ module.filename }} | {{ module.version }} | {{ module.debug_identifier }} | {{ module.debug_filename }} |
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 %}| Extension | Extension Id | Version | Current? |
|---|---|---|---|
| {{ addon[0] }} | {{ addon[1] }} | {{ addon[2] }} |
No extensions were installed.
{% endif %}Correlations for {{ product }} {{ version }} {{ report.os_name }}
Below are tables of correlation data generated by dbaron's scripts. If this crash signature is a top crasher, then we should be able to load it from the original text files. Only the first 2MB of each Platform's output is loaded. If this screen has data from multiple product/version/platforms, the crashiest was picked ({{ product }} {{ version }} {{ report.os_name }}).