Closed
Bug 778404
Opened 13 years ago
Closed 13 years ago
[skiplist] Add arena_.* to the prefix skiplist
Categories
(Socorro :: Infra, task)
Socorro
Infra
Tracking
(Not tracked)
RESOLVED
FIXED
32
People
(Reporter: scoobidiver, Unassigned)
References
Details
Those https://crash-stats.mozilla.com/report/list?signature=moz_abort+|+arena_run_split crash reports are a collection of unrelated crashes (#17 top crasher in 16.0a2).
Add to the prefix skiplist:
'arena_.*'
Remove:
'arena_alloc',
'arena_dalloc',
'arena_dalloc_small',
'arena_malloc',
'arena_malloc_small',
'arena_ralloc',
'arena_run_dalloc',
'arena_run_reg_alloc',
'arena_run_reg_dalloc',
'arena_run_tree_insert',
Reporter | ||
Comment 1•13 years ago
|
||
Is it possible to land it in the next release?
Reporter | ||
Updated•13 years ago
|
![]() |
||
Comment 2•13 years ago
|
||
Laura, can we please move that forward?
Updated•13 years ago
|
Target Milestone: --- → 32
Comment 3•13 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/74b9902e32ba7d0a77970498f042cfa83ae54a07
Fixes bug 778404, add arena_.* to the prefix list and remove redundant terms
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•