Home | History | Annotate | Download | only in app

Lines Matching refs:crash

261 // handleText serves plain text blobs (crash logs, reports, reproducers, etc).
278 crash, err := checkTextAccess(c, r, tag, id)
296 if crash != nil {
297 fmt.Fprintf(w, "#%s\n", crash.ReproOpts)
634 for _, crash := range crashes {
635 build := builds[crash.BuildID]
637 build, err = loadBuild(c, bug.Namespace, crash.BuildID)
641 builds[crash.BuildID] = build
644 Manager: crash.Manager,
645 Time: crash.Time,
646 Maintainers: fmt.Sprintf("%q", crash.Maintainers),
647 LogLink: textLink(textCrashLog, crash.Log),
648 ReportLink: textLink(textCrashReport, crash.Report),
649 ReproSyzLink: textLink(textReproSyz, crash.ReproSyz),
650 ReproCLink: textLink(textReproC, crash.ReproC),