Add more Rust OOM stuff (alloc::alloc::__alloc_error_handler::__rg_oom) to the irrelevant signature list
Categories
(Socorro :: Signature, task)
Tracking
(Not tracked)
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
As seen in bug 1689956, all Rust OOMs seem to be getting globbed into a single signature, which is bad.
I think alloc::alloc::__alloc_error_handler::__rg_oom should be added to the irrelevant signature list, but I should look over a few crashes and make sure that is enough.
| Assignee | ||
Comment 1•4 years ago
|
||
Looks like it would be good for __rust_alloc_error_handler to be added, too. I'll put together a pull request.
Here are two different crashes that are showing up with the same signature:
bp-e17483cd-347e-46fb-ab61-fdc320210131
bp-68d7923e-1dbc-4346-824e-ebd0b0210201
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
It looks like Bug 1689956 is a concern about beta, so if those could get reprocessed I think that would be useful.
| Assignee | ||
Comment 3•4 years ago
|
||
Comment 4•4 years ago
|
||
willkg merged PR #5670: "fix bug 1690034 - Add Rust OOM stuff to the irrelevant signature list." in 7ecebcd.
I noticed that _rust_alloc_error_handler (single underscore) shows up, too, so I'm going to add that in a follow-up PR.
Comment 5•4 years ago
|
||
Comment 6•4 years ago
|
||
Comment 7•4 years ago
|
||
This was deployed just now in bug #1690378.
I reprocessed 440 crash reports over the last 6 months.
Marking as FIXED.
Description
•