Closed
Bug 1503966
Opened 7 years ago
Closed 7 years ago
Add mozilla::detail::HashTable<.*>:: to the prefix list
Categories
(Socorro :: Signature, task)
Socorro
Signature
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
This function was renamed or something, and the old version was on the skip list, so the new version should be, too. This will split up a bunch of JS crashes into separate signatures.
| Assignee | ||
Comment 1•7 years ago
|
||
The old pattern was js::detail::HashTable<.*>:: so I'll update this for the Mozilla variant.
Summary: Add mozilla::detail::HashTable<T>::changeTableSize to the prefix list → Add mozilla::detail::HashTable<.*>:: to the prefix list
| Assignee | ||
Comment 2•7 years ago
|
||
pull request: https://github.com/mozilla-services/socorro/pull/4685
example crash: bp-c5b385bc-2a90-483c-b73a-6aee20181028
Comment 3•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/9a0665854eb3b74672a45f8ab38ce281a411a996
Bug 1503966 - Add mozilla::detail::HashTable to the prefix list
https://github.com/mozilla-services/socorro/commit/a6ce74a37a6a68a04528b88471a26bee89f0b4fb
Merge pull request #4685 from amccreight/patch-15
Bug 1503966 - Add mozilla::detail::HashTable to the prefix list
Comment 4•7 years ago
|
||
This will go out in the next production deploy. Probably next week.
If you want, I can reprocess crashes with mozilla::detail::HashTable in the signature. Does that help?
Flags: needinfo?(continuation)
| Assignee | ||
Comment 5•7 years ago
|
||
No, that's not necessary. This is a quite low volume crash.
Thanks for merging my pull request.
Flags: needinfo?(continuation)
Comment 6•7 years ago
|
||
Sounds good!
Marking as FIXED.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•