Skip to content

Commit

Permalink
Merge pull request #634 from Lonnen/stage-skiplist
Browse files Browse the repository at this point in the history
Stage skiplist changes for 12
  • Loading branch information
lauraxt committed Jun 4, 2012
2 parents 3699183 + bba7e5b commit 491bf1b
Showing 1 changed file with 51 additions and 21 deletions.
72 changes: 51 additions & 21 deletions scripts/config/processorconfig.py.dist
Original file line number Diff line number Diff line change
Expand Up @@ -119,31 +119,48 @@ irrelevantSignatureRegEx.doc = 'a regular expression matching frame signatures t
irrelevantSignatureRegEx.default = '|'.join([
'@0x[0-9a-fA-F]{2,}',
'@0x[1-9a-fA-F]',
'RaiseException',
'ashmem',
'app_process@0x.*',
'core\.odex@0x.*',
'_CxxThrowException',
'mozilla::ipc::RPCChannel::Call\(IPC::Message\*, IPC::Message\*\)',
'dalvik-heap',
'dalvik-jit-code-cache',
'dalvik-LinearAlloc',
'dalvik-mark-stack',
'data@app@org\.mozilla\.fennec-\d\.apk@classes\.dex@0x.*',
'framework\.odex@0x.*',
'google_breakpad::ExceptionHandler::HandleInvalidParameter.*',
'KiFastSystemCallRet',
'libandroid_runtime\.so@0x.*',
'libbinder\.so@0x.*',
'libc\.so@.*',
'libc-2\.5\.so@.*',
'libEGL\.so@.*',
'libdvm\.so\s*@\s*0x.*',
'libgui\.so@0x.*',
'libicudata.so@.*',
'libMali\.so@0x.*',
'libutils\.so@0x.*',
'libz\.so@0x.*',
'linux-gate\.so@0x.*',
'mnt@asec@org\.mozilla\.fennec-\d@pkg\.apk@classes\.dex@0x.*',
'MOZ_Assert',
'MOZ_Crash',
'mozcrt19.dll@0x.*',
'mozilla::ipc::RPCChannel::Call\(IPC::Message\*, IPC::Message\*\)',
'_NSRaiseError',
'(Nt|Zw)WaitForSingleObject(Ex)?',
'(Nt|Zw)WaitForMultipleObjects(Ex)?',
'nvmap@0x.*',
'org\.mozilla\.fennec-\d\.apk@0x.*',
'RaiseException',
'RtlpAdjustHeapLookasideDepth',
'system@framework@*\.jar@classes\.dex@0x.*',
'___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___',
'WaitForSingleObjectExImplementation',
'WaitForMultipleObjectsExImplementation',
'___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___',
'_NSRaiseError',
'mozcrt19.dll@0x.*',
'linux-gate\.so@0x.*',
'libdvm\.so\s*@\s*0x.*',
'dalvik-LinearAlloc\s*@0x.*',
'dalvik-heap',
'data@app@org\.mozilla\.fennec-1\.apk@classes\.dex@0x.*',
'libc\.so@.*',
'libEGL\.so@.*',
'libc-2\.5\.so@.*',
'RtlpAdjustHeapLookasideDepth',
'google_breakpad::ExceptionHandler::HandleInvalidParameter.*',
'libicudata.so@.*',
'_ZdlPv',
'MOZ_Crash',
'MOZ_Assert',
'zero',
])

prefixSignatureRegEx = cm.Option()
Expand All @@ -152,6 +169,7 @@ prefixSignatureRegEx = '|'.join([
'@0x0',
'.*abort',
'_alloca_probe.*',
'__android_log_assert',
'arena_alloc',
'arena_dalloc',
'arena_dalloc_small',
Expand All @@ -169,19 +187,27 @@ prefixSignatureRegEx = '|'.join([
'_chkstk',
'CrashInJS',
'__delayLoadHelper2',
'dvmAbort',
'dvmStringLen',
'dlmalloc',
'dlmalloc_trim',
'dvm.*',
'EtwEventEnabled',
'fastcopy_I',
'fastzero_I',
'_files_getaddrinfo',
'.*free',
'GCGraphBuilder::NoteXPCOMChild',
'getanswer',
'huge_dalloc',
'ialloc',
'init_library',
'isalloc',
'je_malloc',
'je_realloc',
'JNI_CreateJavaVM',
'_JNIEnv::CallObjectMethod',
'_JNIEnv.*',
'JNI_GetCreatedJavaVM.*',
'JS_DHashTableEnumerate',
'JS_DHashTableOperate',
'kill',
'__libc_android_abort',
'libobjc.A.dylib@0x1568.',
Expand All @@ -190,11 +216,13 @@ prefixSignatureRegEx = '|'.join([
'malloc',
'_MD_.*',
'memcmp',
'__memcmp16',
'memcpy',
'memmove',
'memset',
'mozalloc_abort.*',
'mozalloc_handle_oom',
'moz_free',
'mozilla::AndroidBridge::AutoLocalJNIFrame::~AutoLocalJNIFrame',
'mozilla::ipc::RPCChannel::Call',
'mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame',
Expand Down Expand Up @@ -255,13 +283,15 @@ prefixSignatureRegEx = '|'.join([
'SocketWritev',
'ssl_.*',
'SSL_.*',
'strcat',
'ssl3_.*',
'strchr',
'strcmp',
'strcpy',
'.*strdup',
'strlen',
'strncpy',
'strzcmp16',
'strstr',
'__swrite',
'TouchBadMemory',
Expand Down

0 comments on commit 491bf1b

Please sign in to comment.