Skip to content

Commit

Permalink
fixes bug 861524 - skiplist omissions
Browse files Browse the repository at this point in the history
  • Loading branch information
twobraids committed Apr 15, 2013
1 parent 8f1ea30 commit 44b37f3
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions socorro/processor/signature_utilities.py
Expand Up @@ -120,16 +120,7 @@ class CSignatureTool(SignatureTool):
'.*abort',
'_alloca_probe.*',
'__android_log_assert',
'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',
'arena_.*',
'BaseGetNamedObjectDirectory',
'.*calloc',
'cert_.*',
Expand All @@ -153,6 +144,7 @@ class CSignatureTool(SignatureTool):
'init_library',
'isalloc',
'je_malloc',
'jemalloc_crash',
'je_realloc',
'JNI_CreateJavaVM',
'_JNIEnv.*',
Expand Down Expand Up @@ -181,11 +173,14 @@ class CSignatureTool(SignatureTool):
'mozilla::ipc::RPCChannel::Send',
'moz_xmalloc',
'moz_xrealloc',
'NP_Shutdown',
'nsCOMPtr.*',
'NS_DebugBreak_P.*',
'[-+]\[NSException raise(:format:(arguments:)?)?\]',
'nsObjCExceptionLogAbort(\(.*?\)){0,1}',
'nsRefPtr.*',
'NSS.*',
'nss.*',
'nsTArray<.*',
'nsTArray_base<.*',
'NtUser.*',
Expand Down Expand Up @@ -254,6 +249,7 @@ class CSignatureTool(SignatureTool):
'WSARecv.*',
'WSASend.*',
'_ZdaPvRKSt9nothrow_t\"',
'zzz_AsmCodeRange_.*',
])""",
from_string_converter=eval
)
Expand Down

0 comments on commit 44b37f3

Please sign in to comment.