build/valgrind/cross-architecture.sup

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build/valgrind/cross-architecture.sup	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,102 @@
     1.4 +# Full list is tracked through meta bug 793882
     1.5 +
     1.6 +####################
     1.7 +#  Intended leaks  #
     1.8 +####################
     1.9 +
    1.10 +{
    1.11 +   PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793534.)
    1.12 +   Memcheck:Leak
    1.13 +   ...
    1.14 +   fun:_ZL9SaveToEnvPKc
    1.15 +   ...
    1.16 +}
    1.17 +{
    1.18 +   PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793549.)
    1.19 +   Memcheck:Leak
    1.20 +   ...
    1.21 +   fun:_ZL13SaveWordToEnvPKcRK19nsACString_internal
    1.22 +   ...
    1.23 +}
    1.24 +{
    1.25 +   PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 944133.)
    1.26 +   Memcheck:Leak
    1.27 +   ...
    1.28 +   fun:_ZN13CrashReporter14SetRestartArgsEiPPc
    1.29 +   ...
    1.30 +}
    1.31 +{
    1.32 +   PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793548.)
    1.33 +   Memcheck:Leak
    1.34 +   fun:malloc
    1.35 +   ...
    1.36 +   fun:_Z12ToNewCStringRK19nsACString_internal
    1.37 +   fun:_ZN13CrashReporter14SetupExtraDataEP7nsIFileRK19nsACString_internal
    1.38 +   ...
    1.39 +}
    1.40 +
    1.41 +####################################
    1.42 +#  Leaks in third party libraries  #
    1.43 +####################################
    1.44 +
    1.45 +{
    1.46 +   See bug 793535
    1.47 +   Memcheck:Leak
    1.48 +   fun:calloc
    1.49 +   fun:_dlerror_run
    1.50 +   fun:dlsym
    1.51 +   ...
    1.52 +}
    1.53 +{
    1.54 +   See bug 793611
    1.55 +   Memcheck:Leak
    1.56 +   fun:memalign
    1.57 +   fun:tls_get_addr_tail
    1.58 +   fun:__tls_get_addr
    1.59 +   ...
    1.60 +}
    1.61 +{
    1.62 +   See bug 793611
    1.63 +   Memcheck:Leak
    1.64 +   fun:memalign
    1.65 +   fun:tls_get_addr_tail
    1.66 +   fun:___tls_get_addr
    1.67 +   ...
    1.68 +}
    1.69 +
    1.70 +#################
    1.71 +#  Other leaks  #
    1.72 +#################
    1.73 +
    1.74 +{
    1.75 +   Bug 794369
    1.76 +   Memcheck:Leak
    1.77 +   fun:malloc
    1.78 +   fun:moz_xmalloc
    1.79 +   fun:_ZN20mozJSComponentLoader10LoadModuleERN7mozilla12FileLocationE
    1.80 +   ...
    1.81 +}
    1.82 +{
    1.83 +   Bug 794370
    1.84 +   Memcheck:Leak
    1.85 +   fun:malloc
    1.86 +   fun:moz_xmalloc
    1.87 +   fun:_ZN22nsComponentManagerImpl15RegisterFactoryERK4nsIDPKcS4_P10nsIFactory
    1.88 +   ...
    1.89 +}
    1.90 +{
    1.91 +   Bug 794372
    1.92 +   Memcheck:Leak
    1.93 +   fun:malloc
    1.94 +   fun:moz_xmalloc
    1.95 +   fun:_ZN22nsComponentManagerImpl22RegisterCIDEntryLockedEPKN7mozilla6Module8CIDEntryEPNS_11KnownModuleE
    1.96 +   ...
    1.97 +}
    1.98 +{
    1.99 +   Bug 794374
   1.100 +   Memcheck:Leak
   1.101 +   fun:malloc
   1.102 +   fun:moz_xmalloc
   1.103 +   fun:_ZN22nsComponentManagerImpl17ManifestComponentERNS_25ManifestProcessingContextEiPKPc
   1.104 +   ...
   1.105 +}

mercurial