Info
- Permalink
- 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
- {{ problem.probable_fixes|join("
") }}
{% endif %}
- Components
- {{problem.unique_component_names|join(", ")}}
- State
-
{{ problem.status }}
- Quality
- {{ problem.quality }}
{% if problem.bugs %}
- External links
- {{ external_links(problem.bugs) }}
{% endif %}
{# 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) }}
{{ metric_table('Related package NEVR', related_packages_nevr) }}
{{ metric_table('Related package name', related_packages_name) }}
{% if related_packages_name %}
Packages names with count less than the total count of reports are most probably not the cause of the problem.
{% endif %}
{% for report in problem.reports %}
{% endfor %}
{{comment.text}}
Comment saved {{comment.saved.strftime("%Y-%m-%d")}}