Closed
Bug 1249805
Opened 9 years ago
Closed 9 years ago
[skiplist] please add "mozilla::CondVar::.*" to prefix_signature_re
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: adrian)
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1249794 +++
Please add mozilla::CondVar::.* to prefix_signature_re in https://github.com/mozilla/socorro/blob/master/socorro/processor/signature_utilities.py
(I think the .* at the end is needed since it's a C++ function, although I'm not 100% sure. I don't think it should be harmful even if it's not needed, though.)
An example crash that this would help the signature of is:
bp-7f543372-156c-4077-9626-cd5802160213
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → adrian
Assignee | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/565cd519a2b0ecdfe1b379ce7f31f3d356a294ef
Fixes bug 1249805 - Added mozilla::CondVar::.* to the prefix list.
https://github.com/mozilla/socorro/commit/dd878bca812b785bb73fb477aec2de011b85f75a
Merge pull request #3212 from adngdb/1249805-prefix
Fixes bug 1249805 - Added mozilla::CondVar::.* to the prefix list.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•