Lines Matching refs:crash
76 crash, _, err := findCrashForBug(c.ctx, bug)
99 ref: fmt.Sprint(crash.Log),
100 url: fmt.Sprintf("/text?tag=CrashLog&id=%v", crash.Log),
104 ref: fmt.Sprint(crash.Log),
106 strconv.FormatUint(uint64(crash.Log), 16)),
110 ref: fmt.Sprint(crash.Report),
111 url: fmt.Sprintf("/text?tag=CrashReport&id=%v", crash.Report),
115 ref: fmt.Sprint(crash.Report),
117 strconv.FormatUint(uint64(crash.Report), 16)),
121 ref: fmt.Sprint(crash.ReproC),
122 url: fmt.Sprintf("/text?tag=ReproC&id=%v", crash.ReproC),
126 ref: fmt.Sprint(crash.ReproC),
128 strconv.FormatUint(uint64(crash.ReproC), 16)),
132 ref: fmt.Sprint(crash.ReproSyz),
133 url: fmt.Sprintf("/text?tag=ReproSyz&id=%v", crash.ReproSyz),
137 ref: fmt.Sprint(crash.ReproSyz),
139 strconv.FormatUint(uint64(crash.ReproSyz), 16)),