{{/* Copyright 2017 syzkaller project authors. All rights reserved. Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. Page with details about a single bug. */}} {{template "head" .Header}} {{.Bug.Title}} {{template "header" .Header}} {{.Bug.Title}}

Status: {{if .Bug.ExternalLink}}{{.Bug.Status}}{{else}}{{.Bug.Status}}{{end}}
{{if .LabelGroups}} {{range $group := .LabelGroups}} {{$group.Name}}: {{range $group.Labels}} {{link .Link .Name}} {{- end}}
{{end}} [Documentation on labels]
{{- end}} {{if .DebugSubsystems}} {{link .DebugSubsystems "[Debug subsystem assignment]"}}
{{- end}} {{if .Bug.CreditEmail}} Reported-by: {{.Bug.CreditEmail}}
{{- end}} {{if .Bug.Commits}} Fix commit: {{template "fix_commits" .Bug.Commits}}
{{if .Bug.ClosedTime.IsZero}} Patched on: {{.Bug.PatchedOn}}, missing on: {{.Bug.MissingOn}}
{{end}} {{end}} First crash: {{formatLateness $.Now $.Bug.FirstTime}}, last: {{formatLateness $.Now $.Bug.LastTime}}
{{if .Bug.FixCandidateJob}}
{{template "bisect_results" .Bug.FixCandidateJob}}
{{end}}
{{if .Bug.BisectCauseJob}}
{{template "bisect_results" .Bug.BisectCauseJob}}
{{end}} {{if .Bug.BisectFixJob}}
{{template "bisect_results" .Bug.BisectFixJob}}
{{end}}
{{range $item := .Sections}}
{{$item.Title}}
{{if eq $item.Type "bug_list"}}{{template "bug_list" $item.Value}}{{end}} {{if eq $item.Type "job_list"}}{{template "job_list" $item.Value}}{{end}} {{if eq $item.Type "discussion_list"}}{{template "discussion_list" $item.Value}}{{end}} {{if eq $item.Type "test_results"}}{{template "test_results" $item.Value}}{{end}} {{if eq $item.Type "repro_attempts"}}{{template "repro_attempts" $item.Value}}{{end}}
{{end}} {{if .Bug.SampleReport}}
Sample crash report:
{{.Bug.SampleReport}}

{{end}} {{template "crash_list" .Crashes}}