Closed Bug 1389474 Opened 7 years ago Closed 7 years ago

[skiplist] add 'alloc::oom::oom' to prefix skiplist

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: calixte, Unassigned)

Details

The 2 following crashes are different and have the same signature:
 - https://crash-stats.mozilla.com/report/index/d6a826c5-2502-43f5-a61f-694120170811 (stylo crash)
 - https://crash-stats.mozilla.com/report/index/abe8ff63-50b2-463e-ba75-317740170811 (mp4 demuxer crash)

So adding 'alloc::oom::oom' to the skiplist will help to identify crashes.
Commit pushed to master at https://github.com/mozilla-services/socorro

https://github.com/mozilla-services/socorro/commit/ca52e6f8afa0828a50bbd612a8e92f4136ba2eee
Fix bug 1389474 - add 'alloc::oom::oom' to prefix skiplist (#3911)

* Fix bug 1389474 - add 'alloc::oom::oom' to prefix skiplist
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
https://crash-stats.allizom.org/report/index/d6a826c5-2502-43f5-a61f-694120170811

old: alloc::oom::oom
new: alloc::oom::oom | style::properties::StyleStructRef<T>::mutate<T>

https://crash-stats.allizom.org/report/index/abe8ff63-50b2-463e-ba75-317740170811

old: alloc::oom::oom
new: alloc::oom::oom | alloc::raw_vec::RawVec<T>::double<T>

Calixte: Is that good?
Flags: needinfo?(cdenizet)
Will: yes, thank you.
Flags: needinfo?(cdenizet)
You need to log in before you can comment on or make changes to this bug.