ShutDownKill signatures are overwhelming top crashers
Categories
(Socorro :: Webapp, defect, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Unassigned)
Details
Previously, all the ShutDownKill crash reports were grouped together with the same signature and thus only took one slot in the Top Crashers reports.
Now, they're split out and take up a bunch of slots and it makes it seem like other signatures aren't interesting. Who cares about top crasher #38?
For example, Firefox 76.0a1 content top crashers:
https://crash-stats.mozilla.org/topcrashers/?product=Firefox&version=76.0a1&process_type=content
IPCError-browser | ShutDownKill | mozilla::ipc::MessagePump::Run
IPCError-browser | ShutDownKill | NtYieldExecution
IPCError-browser | ShutDownKill | nsThread::Shutdown | mozilla::ChildProfilerController::ShutdownAndMaybeGrabShutdownProfileFirst
IPCError-browser | ShutDownKill | hashglobe::hash_map::HashMap<T>::clear<T>
IPCError-browser | ShutDownKill | EMPTY: no crashing thread identified; ERROR_NO_MINIDUMP_HEADER
This bug covers figuring out how to reduce ShutDownKill overwhelming the top crashers reports.
Reporter | ||
Comment 1•5 years ago
|
||
Making this a P2 since it's annoying.
Couple of options:
- undo what we did in bug #1612569 and reprocess everything
- filter out ShutDownKill crash reports and signatures from the top crashers lists altogether--they're not really crashes anyhow
Are there other options?
Comment 2•5 years ago
|
||
One other option would be to increase the time we give a content process to shut down. Right now it's 5 seconds, we could try to double it and see if the volume drops.
Reporter | ||
Comment 3•5 years ago
|
||
Changing the cutoff time would reduce the "shutdownkill reports overwhelm top crashers" problem over time, but wouldn't affect the existing crash reports or builds. I like that idea, but I think we need to do it in tandem with something else.
Reporter | ||
Comment 4•1 year ago
|
||
In bug #1667997, we added a report_type
field and improved Top Crashers report to filter on the report type (all, crash, hang). That fixes this bug as well.
In bug #1844174, we will change the Top Crashers report to default to showing crashes-only. That reduces the steps to getting a no-hangs Top Crashers report.
I'm going to mark this FIXED.
Description
•