{#- # Copyright (C) 2015-2020 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -#} {% extends "base.html" %} {%- block page_title %}
| # | Program | Signal | Details | {%- for b in backtraces %}
|---|---|---|---|
| {{ loop.index }} | {{ b.program }} | {{ b.signal }} |
{%- for f in b.backtrace %}
#{{ loop.index0 }} {{ f[0] }} - [{{ f[1] }}]{% if f[2] %} - {{ f[2]|basename }}{% endif %}
{%- endfor %}
|