Closed Bug 633227 Opened 14 years ago Closed 14 years ago

Add uninteresting IPC functions to skiplist

Categories

(Socorro :: General, task)

x86
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

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.
The skiplist, or the appendlist? And do you have a specific set of frames to add to the list?
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.
yes, precisely. Can you come up with a comprehensive list of frames you want on the appendlist?
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?
Ok, I'm happy with this list of functions. Can we get them added to the appendlist, please?
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: nobody → laura
Target Milestone: --- → 2.2.3
lonnen: r?
r+
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.