Uh oh! Something went wrong...
-
{% if error.type == 'exceeded_maximum_date_range' %}
- The maximum query date range you can perform is {{ error.data.maximum }} days. Admins may log in to increase query date range limits. Query results have been narrowed to the default range of {{ error.data.default }} days. {% elif error and error.type == 'exceeded_maximum_date_range_admin' %}
- The maximum query date range you can perform is {{ error.data.maximum }} days. Query results have been narrowed to the default range of {{ error.data.default }} days. {% endif %}
Query Results
Results within {{ params.date_range_value }} {{ params.date_range_unit }} of {{ params.end_date }} {%- if params.query %} where the crash signature {{ params.query_type|replace('_', ' ') }} '{{ params.query }}' {%- endif -%} {% for field in ['product', 'version'] %} {%- if params[field + 's'] -%} , and the {{ field }} is one of {{ ', '.join(params[field + 's']) }} {%- endif -%} {% endfor %} {%- if params.platforms_names -%} , and the platform is one of {{ ', '.join(params.platforms_names) }} {%- endif -%} {%- if params.build_id %} for build {{ ', '.join(params.build_id) }} {%- endif -%} {%- if params.process_type == 'any' -%} , and the crashing process was of any type (including unofficial release channels) {%- else -%} , and the crashing process was a {{ params.process_type }} {% if params.process_type == 'plugin' and params.plugin_query %} and its {{ params.plugin_field }} {{ params.plugin_query_type|replace('_', ' ') }} {{ params.plugin_query }} {%- endif -%} {%- endif -%}.
{% if query.total > 0 %} {{ pagination(query, current_url, current_page) }}| Rank | Signature | {% if params.process_type == 'plugin' %}Plugin Name/Ver | Plugin Filename | {% endif %}# | Win | Mac | Lin | Bugzilla IDs |
|---|---|---|---|---|---|---|---|---|
| {{ results_offset + loop.index }} | {% if hit.signature %} {{ hit.signature }} {% else %} (null signature) Learn More {% endif %} | {% if params.process_type == 'plugin' %}{{ hit.pluginname }} {{ hit.pluginversion }} | {{ hit.pluginfilename }} | {% endif %}{{ hit.count }} | {{ hit.is_windows }} | {{ hit.is_mac }} | {{ hit.is_linux }} | {% for bug in hit.bugs %} {{ show_bug_link(bug) }} {% endfor %} |
No results were found.
{% endif %}