2014-06-20 20:08:30 +04:00
|
|
|
### !!! Please do not add suppressions for new leaks in Gecko code, unless they are intentional !!!
|
|
|
|
|
|
|
|
###
|
|
|
|
### Some of these leak in every test run.
|
|
|
|
###
|
|
|
|
|
|
|
|
# LSan runs with a shallow stack depth and no debug symbols, so some small intentional
|
|
|
|
# leaks in system libraries show up with this. You do not want this enabled
|
|
|
|
# when running locally with a deep stack, as it can catch too much.
|
|
|
|
leak:libc.so
|
|
|
|
|
|
|
|
# nsComponentManagerImpl intentionally leaks factory entries, and probably some other stuff.
|
|
|
|
leak:nsComponentManagerImpl
|
|
|
|
# These two variants are needed when fast unwind is disabled and stack depth is limited.
|
|
|
|
leak:mozJSComponentLoader::LoadModule
|
|
|
|
leak:nsNativeModuleLoader::LoadModule
|
|
|
|
|
|
|
|
# Bug 981220 - Pixman fails to free TLS memory.
|
|
|
|
leak:pixman_implementation_lookup_composite
|
|
|
|
|
|
|
|
# Bug 987918 - Font shutdown leaks when CLEANUP_MEMORY is not enabled.
|
|
|
|
leak:libfontconfig.so
|
|
|
|
leak:GI___strdup
|
|
|
|
# The symbol is really __GI___strdup, but if you have the leading _, it doesn't suppress it.
|
|
|
|
|
2014-11-10 15:58:14 +03:00
|
|
|
# Bug 1078015 - If the process terminates during a PR_Sleep, LSAN detects a leak
|
|
|
|
leak:PR_Sleep
|
2014-06-20 20:08:30 +04:00
|
|
|
|
|
|
|
###
|
2016-10-20 05:47:01 +03:00
|
|
|
### Many leaks only affect some test suites. The suite annotations are not checked.
|
2014-06-20 20:08:30 +04:00
|
|
|
###
|
|
|
|
|
2016-10-20 05:47:01 +03:00
|
|
|
# Bug 979928 - WebRTC leaks in different mochitest suites.
|
2014-08-20 03:46:01 +04:00
|
|
|
leak:NR_reg_init
|
2016-10-20 05:47:01 +03:00
|
|
|
# nr_reg_local_init should be redundant with NR_reg_init, but on Aurora
|
|
|
|
# we get fewer stack frames for some reason.
|
2014-08-28 22:29:27 +04:00
|
|
|
leak:nr_reg_local_init
|
2014-08-20 03:46:01 +04:00
|
|
|
leak:r_log_register
|
|
|
|
leak:nr_reg_set
|
|
|
|
|
2016-10-20 05:47:01 +03:00
|
|
|
# This is a one-time leak in mochitest-bc, so it is probably okay to ignore.
|
2014-06-20 20:08:30 +04:00
|
|
|
leak:GlobalPrinters::InitializeGlobalPrinters
|
|
|
|
leak:nsPSPrinterList::GetPrinterList
|
|
|
|
|
2016-10-20 05:47:01 +03:00
|
|
|
# Bug 1028456 - Various NSPR fd-related leaks in different mochitest suites.
|
2014-06-21 03:31:58 +04:00
|
|
|
leak:_PR_Getfd
|
|
|
|
|
2016-10-20 05:47:01 +03:00
|
|
|
# Bug 1028483 - The XML parser sometimes leaks an object. Mostly happens in toolkit/components/thumbnails.
|
2014-06-24 02:56:21 +04:00
|
|
|
leak:processInternalEntity
|
2014-06-20 20:08:30 +04:00
|
|
|
|
2016-10-20 05:47:01 +03:00
|
|
|
# Bug 1187421 - NSS does not always free the error stack in different mochitest suites.
|
2015-07-27 22:49:48 +03:00
|
|
|
leak:nss_ClearErrorStack
|
|
|
|
|
2014-06-20 20:08:30 +04:00
|
|
|
###
|
|
|
|
### Leaks with system libraries in their stacks. These show up across a number of tests.
|
|
|
|
### Better symbols and disabling fast stackwalking may help diagnose these.
|
|
|
|
###
|
|
|
|
|
|
|
|
leak:libcairo.so
|
2014-11-02 20:35:23 +03:00
|
|
|
leak:libdl.so
|
2014-06-20 20:08:30 +04:00
|
|
|
leak:libdricore.so
|
2016-02-15 01:36:36 +03:00
|
|
|
leak:libdricore9.2.1.so
|
2014-06-20 20:08:30 +04:00
|
|
|
leak:libGL.so
|
|
|
|
leak:libglib-2.0.so
|
2016-06-01 03:28:35 +03:00
|
|
|
leak:libglsl.so
|
2014-06-20 20:08:30 +04:00
|
|
|
leak:libp11-kit.so
|
2015-11-03 05:25:59 +03:00
|
|
|
leak:libpixman-1.so
|
2014-06-20 20:08:30 +04:00
|
|
|
leak:libpulse.so
|
|
|
|
leak:libpulsecommon-1.1.so
|
|
|
|
leak:libresolv.so
|
|
|
|
leak:libstdc++.so
|
|
|
|
leak:libXrandr.so
|
|
|
|
leak:pthread_setspecific_internal
|
|
|
|
leak:swrast_dri.so
|