Closed
Bug 1914848
Opened 1 year ago
Closed 1 year ago
Ignore functions from libdispatch when generating crash signatures on macOS
Categories
(Socorro :: Signature, task)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gsvelto, Assigned: gsvelto)
Details
Attachments
(1 file)
The functions in libdispatch.dylib aren't really interesting in macOS crashes and usually end up masking the root of a crash, given that the library is widely used in Apple libraries. We should put the most common functions in that library in the irrelevant list.
Here's a few examples:
https://crash-stats.mozilla.org/report/index/ba8fa8e5-9cb8-4316-9ce9-c6ece0240826
https://crash-stats.mozilla.org/report/index/47844e8a-6497-4a7a-a246-0a35d0240823
https://crash-stats.mozilla.org/report/index/c7c24c59-391a-43e7-9d73-fc6db0240822
| Assignee | ||
Comment 1•1 year ago
|
||
Assignee: nobody → gsvelto
| Assignee | ||
Updated•1 year ago
|
Status: NEW → ASSIGNED
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
This went to prod just now in bug #1915150. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•