Closed
Bug 552766
Opened 15 years ago
Closed 14 years ago
Add NS_strdup to socorro skiplists
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
2.2.2
People
(Reporter: zwol, Assigned: laura)
Details
Several different crashes have gotten aggregated under the signature
[strlen | NS_strdup(char const*)] because NS_strdup is a generic utility function. If you look at e.g. http://crash-stats.mozilla.com/report/index/b7e4a6aa-cade-4640-9cc2-59d4d2100316 you will see three associated bugs with totally different syndromes.
Please arrange for these crashes to be attributed to the caller of NS_strdup. I don't care whether "[strlen | NS_strdup(char const*) |" shows up as a prefix.
| Assignee | ||
Comment 1•15 years ago
|
||
If this is a priority for CrashKill, please update the whiteboard and summary.
https://wiki.mozilla.org/Breakpad/SkipList#CrashKill
| Reporter | ||
Comment 2•15 years ago
|
||
It is not a CrashKill priority. I just happened to be looking at a crash report that would have been better categorized with this change.
| Assignee | ||
Comment 3•14 years ago
|
||
Working through old skiplist bugs.
We currently have
prefixSignatureRegEx = '|'.join([
...
'.*strdup',
...
])
in the skiplist config (along with strlen), so you should no longer see this problem. Please reopen if that's not the case.
Assignee: nobody → laura
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.2.2
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
•