Closed
Bug 1668381
Opened 5 years ago
Closed 5 years ago
Add _XReply to the list of irrelevant functions
Categories
(Socorro :: Signature, task, P2)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gsvelto, Assigned: willkg)
Details
Attachments
(1 file)
This is follow up work for bug 1667734. I noticed that even with the recent changes some signatures still only contain uninteresting functions. Here's two examples:
https://crash-stats.mozilla.org/report/index/973b74a9-4ff7-4ddb-aede-1a2b80200930
In this one the interesting call is XGetWindowProperty which is right after _XReply.
https://crash-stats.mozilla.org/report/index/101c9860-61d2-4cca-908b-ed8110200930
In this other one it's XTranslateCoordinates which is also right after _XReply.
Given _XReply is an internal X11 function and it seems to be used in any stack that involves errors let's add it to the irrelevant list so we can peel one more layer away in the signature.
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Priority: -- → P2
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
This went out in bug #1669777 with 2020.10.07. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•