Skip to content

Commit

Permalink
Add rust oom signature (#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm authored and willkg committed Sep 13, 2017
1 parent 2f1cc54 commit d4b8836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion socorro/signature/signature_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ class OOMSignature(Rule):
'NS_ABORT_OOM',
'mozalloc_handle_oom',
'CrashAtUnhandlableOOM',
'AutoEnterOOMUnsafeRegion'
'AutoEnterOOMUnsafeRegion',
'alloc::oom::oom',
)

def predicate(self, raw_crash, processed_crash):
Expand Down

0 comments on commit d4b8836

Please sign in to comment.