Closed
Bug 1581517
Opened 6 years ago
Closed 6 years ago
add wayland symbols to prefix list
Categories
(Socorro :: Signature, task, P2)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
With crashes that occur in wayland, we want the signature to continue past the wayland-related frames and include mozilla-code frames.
Example crash report:
https://crash-stats.mozilla.org/report/index/015a34c9-ab60-4c3c-b158-1aaa10190915
The current signature is this:
mozalloc_abort | abort | wl_array_copy
But a more helpful one is:
mozalloc_abort | abort | wl_array_copy | wl_proxy_marshal_array_constructor_versioned | wl_proxy_marshal_constructor | moz_container_get_wl_surface
Assignee | ||
Comment 1•6 years ago
|
||
It looks like we can add wl_*
to the prefix list and that'll fix signatures for these crashes.
I'll grab this to do now.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
This went to production yesterday. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•