Bumping manifests a=b2g-bump
[gecko.git] / build / valgrind / cross-architecture.sup
blob9215d3b2d90eb6d158ef183ce949b7f7338405f9
1 # Full list is tracked through meta bug 793882
3 ####################
4 #  Intended leaks  #
5 ####################
8    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793534.)
9    Memcheck:Leak
10    ...
11    fun:_ZL9SaveToEnvPKc
12    ...
15    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793549.)
16    Memcheck:Leak
17    ...
18    fun:_ZL13SaveWordToEnvPKcRK19nsACString_internal
19    ...
22    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 944133.)
23    Memcheck:Leak
24    ...
25    fun:_ZN13CrashReporter14SetRestartArgsEiPPc
26    ...
29    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793548.)
30    Memcheck:Leak
31    fun:malloc
32    ...
33    fun:_Z12ToNewCStringRK19nsACString_internal
34    fun:_ZN13CrashReporter14SetupExtraDataEP7nsIFileRK19nsACString_internal
35    ...
38 ####################################
39 #  Leaks in third party libraries  #
40 ####################################
43    See bug 793535
44    Memcheck:Leak
45    fun:calloc
46    fun:_dlerror_run
47    fun:dlsym
48    ...
51    See bug 793611
52    Memcheck:Leak
53    fun:memalign
54    fun:tls_get_addr_tail
55    fun:__tls_get_addr
56    ...
59    See bug 793611
60    Memcheck:Leak
61    fun:memalign
62    fun:tls_get_addr_tail
63    fun:___tls_get_addr
64    ...
67 #################
68 #  Other leaks  #
69 #################
72    Bug 794369
73    Memcheck:Leak
74    fun:malloc
75    fun:moz_xmalloc
76    ...
77    fun:_ZN20mozJSComponentLoader10LoadModuleERN7mozilla12FileLocationE
78    ...
81    Bug 794370
82    Memcheck:Leak
83    fun:malloc
84    fun:moz_xmalloc
85    ...
86    fun:_ZN22nsComponentManagerImpl15RegisterFactoryERK4nsIDPKcS4_P10nsIFactory
87    ...
90    Bug 794372
91    Memcheck:Leak
92    fun:malloc
93    fun:moz_xmalloc
94    ...
95    fun:_ZN22nsComponentManagerImpl22RegisterCIDEntryLockedEPKN7mozilla6Module8CIDEntryEPNS_11KnownModuleE
96    ...
99    Bug 794374
100    Memcheck:Leak
101    fun:malloc
102    fun:moz_xmalloc
103    ...
104    fun:_ZN22nsComponentManagerImpl17ManifestComponentERNS_25ManifestProcessingContextEiPKPc
105    ...
108    Bug 1017112
109    Memcheck:Leak
110    fun:malloc
111    ...
112    fun:PK11_InitPin
113    fun:_ZN11nsPK11Token12InitPasswordEPKDs
114    ...