Closed
Bug 633227
Opened 14 years ago
Closed 14 years ago
Add uninteresting IPC functions to skiplist
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
2.2.3
People
(Reporter: jdm, Assigned: laura)
Details
Specifically, I'm thinking of mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame and mozilla::ipc::RPCChannel::Send. All they do is group every ipc actor error under the same signature, which is annoying.
Comment 1•14 years ago
|
||
The skiplist, or the appendlist? And do you have a specific set of frames to add to the list?
| Reporter | ||
Comment 2•14 years ago
|
||
Judging by the names, I presume skiplist means that the function names are elided completely, whereas appendlist is where you have mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame | mozilla::ipc::RPCChannel::Send | mozilla::dom::PContentPermissionRequestParent::Send__delete__ ? I suppose the appendlist would be better in this case.
Comment 3•14 years ago
|
||
yes, precisely. Can you come up with a comprehensive list of frames you want on the appendlist?
| Reporter | ||
Comment 4•14 years ago
|
||
mozilla::ipc::RPCChannel::EnteredCxxStack
mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame
mozilla::ipc::RPCChannel::Send
mozilla::ipc::RPCChannel::Call
I think these are all the ones that I'm concerned about. Chris, any input here?
| Reporter | ||
Comment 5•14 years ago
|
||
Ok, I'm happy with this list of functions. Can we get them added to the appendlist, please?
| Assignee | ||
Comment 6•14 years ago
|
||
For future requests it's worth reading through
https://wiki.mozilla.org/Breakpad/Skip_List_How_To
From the description I'm assuming you want these frames added to the prefixSignatureRegEx. I'll proceed with that.
| Assignee | ||
Comment 7•14 years ago
|
||
Pull request: https://github.com/mozilla/socorro/pull/6
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → laura
Target Milestone: --- → 2.2.3
| Assignee | ||
Comment 8•14 years ago
|
||
lonnen: r?
Comment 9•14 years ago
|
||
r+
| Assignee | ||
Comment 10•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•