add support for Hang annotation
Categories
(Socorro :: Processor, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
Bug #1716946 added a Hang
annotation.
Hang:
description: >
Set if the crash was the result of a hang, with a value which describes the
type of hang (e.g. "ui" or "shutdown").
type: string
ping: true
Data review: https://bugzilla.mozilla.org/show_bug.cgi?id=1716946#c25
We want to add support for the Hang
annotation:
- make it public
- make it searchable in Super Search
- make it aggregatable in Super Search
Assignee | ||
Comment 1•2 years ago
|
||
Grabbing this to do today. It'll unblock PR 6428.
Assignee | ||
Comment 2•2 years ago
|
||
Gabriele: We have a report_type
field now with values "crash" and "hang". If there's a Hang
annotation, is that another indicator that the report_type
should be "hang"?
Comment 3•2 years ago
|
||
Yes! Long term I'd like to change all our hangs to have that annotation so that we can drop the complex logic in Socorro signature generation to figure out if something is a hang (like looking on the stack for the shutdown terminator, etc...).
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
This went out on 2023-09-05 with bug #1850522.
Crash reports with a Hang
annotation that are re-processed will pick up a hang: <type> |
prefix to the signature:
A new index was created on 2023-09-11, so crash reports collected and processed after that date will be searchable.
Marking as FIXED.
Description
•