Closed Bug 1295362 Opened 8 years ago Closed 8 years ago

Add std::list<T>::* and <T>::operator() to the prefix signature list

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mccr8, Assigned: mccr8)

References

Details

We have two Nightly top crashes, bug 1291084 and bug 1295146, that have very generic signatures. std::list<T>::clear is just some STL method, and <T>::operator() looks like it means you are calling a lambda somehow.
I guess I might as well add all std::list methods while I'm at it.
Summary: Add std::list<T>::clear and <T>::operator() to the prefix signature list → Add std::list<T>::* and <T>::operator() to the prefix signature list
I believe the instructions are here for how to add to the skiplist https://github.com/mozilla/socorro/tree/master/socorro/siglists
Yeah, I already submitted a pull request yesterday. It was super easy.
Bah, I forgot to mention the bug in the pull request name. I updated that.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.