Skip to content

Commit

Permalink
Merge pull request #1993 from twobraids/oom-again
Browse files Browse the repository at this point in the history
fixes Bug 994913 - corrected regular expression for CrashAtUnhandlableOOM
  • Loading branch information
lonnen committed Apr 16, 2014
2 parents f46b77d + a55abf2 commit e0ab2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socorro/processor/signature_utilities.py
Expand Up @@ -267,7 +267,7 @@ class CSignatureTool(CSignatureToolBase):
'overall signature',
default="""'|'.join([
'@0x0',
'.*::CrashAtUnhandlableOOM',
'.*CrashAtUnhandlableOOM',
'Abort',
'.*abort',
'_alloca_probe.*',
Expand Down

0 comments on commit e0ab2e1

Please sign in to comment.