Closed Bug 552766 Opened 15 years ago Closed 14 years ago

Add NS_strdup to socorro skiplists

Categories

(Socorro :: General, task)

x86
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

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.
If this is a priority for CrashKill, please update the whiteboard and summary. https://wiki.mozilla.org/Breakpad/SkipList#CrashKill
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.
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
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.