Info
{% if permalink_query %}
- Permalink
{% if extfafs %}
- Ext. instances
-
{% for extfaf in extfafs %}
{{extfaf.name}}{% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %}
{% endif %}
- Function
-
{{ problem.crash_function|truncate(40, True) }}
- First occurrence
- {{ problem.first_occurrence.strftime("%Y-%m-%d") }}
- Last occurrence
- {{ problem.last_occurrence.strftime("%Y-%m-%d") }}
{% if problem.probable_fixes %}
- Probable fixes
- {% for pf in problem.probable_fixes %}{{pf}}{% if not loop.last %}
{% endif %}{% endfor %}
{% endif %}
- State
-
{{ problem.status }}
{% if solutions %}
- Solution
-
{% for solution in solutions %}
{{ solution.note_html }}
{% endfor %}
{% endif %}
- Components
-
{{problem.unique_component_names|join(", ")}}
{% if problem.tainted %}
Tainted
{% endif %}
{% if is_maintainer %}
{% endif %}
{% if problem.components_reassign %}
Assigned {{problem.components_reassign.date }} by {{
problem.components_reassign.username }}.
{% endif %}
- Quality
- {{ problem.quality }}
{% if problem.bugs %}
- External bugs
- {{ external_bugs(problem.id, problem.bugs, false) }}
{% endif %}
{% if problem.urls %}
- External URLs
-
{{ external_urls(problem.urls) }}
{% endif %}
{# reassign components #}
{# graphs #}
{% if osreleases|length > 1 or arches|length > 1 %}
Graphs
{% endif %}
{# metrics #}
Statistics
{{ metric_table('Operating system', osreleases) }}
{{ metric_table('Architecture', arches) }}
{{ metric_table('Executable', exes) }}
{{ package_counts_table(package_counts) }}
{% if package_counts %}
Packages names with count less than the total count of reports are most probably not the cause of the problem.
{% endif %}
{{ history_graph(daily_history, "daily", "day", False) }}
{{ history_graph(weekly_history, "weekly", "week", False) }}
{{ history_graph(monthly_history, "monthly", "month", False) }}
{% for report in problem.active_reports %}
{% endfor %}
{{comment.text}}
Comment saved {{comment.saved.strftime("%Y-%m-%d")}}