add tab for debugging crash report ingestion and processing
Categories
(Socorro :: Webapp, enhancement, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(2 files)
We're collecting a fair amount of metadata about what happened when a crash report was ingested and processed: date stamps, collector notes, processor notes, signature generation notes, minidump-stackwalk execution status, etc.
It'd be really handy to pull all this together into a single tab for debugging crash report ingestion.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
willkg merged PR #5914: "bug 1743511: implement debug tab" in 3e8b131.
I want to add signature generation notes, but I need to change the signature generation rule to capture the notes somewhere in the processed crash so we can display it. I'll keep this bug open and do this in a second pass.
I was tossing around whether it's interesting to display symbol status information for modules in the stack, too. I think I'll push that off for now.
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
I wrote up bug #1743884 to cover adding signature generation notes to the Debug tab. There's no more outstanding work in this bug.
Assignee | ||
Comment 6•4 years ago
|
||
I deployed this in bug #1744108. We can add other things to the tab as we go along. Marking as FIXED.
Description
•