Bug 1509907 - Add telemetry to track flexbox highlighter usage. r=miker
[gecko.git] / build / valgrind / cross-architecture.sup
blobf2df52d83acddef7943fec2d2538968d1ba5c58b
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:_ZN7mozilla9SaveToEnvEPKc
12    ...
15    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793534.)
16    Memcheck:Leak
17    ...
18    fun:SaveToEnv
19    ...
22    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793549.)
23    Memcheck:Leak
24    ...
25    fun:_ZL13SaveWordToEnvPKcRK12nsTSubstringIcE
26    ...
29    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793549.)
30    Memcheck:Leak
31    ...
32    fun:SaveWordToEnv
33    ...
36    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 944133.)
37    Memcheck:Leak
38    ...
39    fun:_ZN13CrashReporter14SetRestartArgsEiPPc
40    ...
43    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793548.)
44    Memcheck:Leak
45    fun:malloc
46    ...
47    fun:_Z12ToNewCStringRK10nsACString
48    fun:_ZN13CrashReporter14SetupExtraDataEP7nsIFileRK10nsACString
49    ...
52    PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 1345153.)
53    Memcheck:Leak
54    fun:malloc
55    ...
56    fun:_ZN13CrashReporterL27SetupCrashReporterDirectoryEP7nsIFilePKcS3_PS1_
57    ...
60    We purposely leak the StatisticsReporter object
61    Memcheck:Leak
62    fun:malloc
63    fun:moz_xmalloc
64    fun:operator new
65    fun:_Z21XRE_CreateStatsObjectv
66    ...
69 ####################################
70 #  Leaks in third party libraries  #
71 ####################################
74    See bug 793535
75    Memcheck:Leak
76    fun:calloc
77    fun:_dlerror_run
78    fun:dlsym
79    ...
82    See bug 793611
83    Memcheck:Leak
84    fun:memalign
85    fun:tls_get_addr_tail
86    fun:__tls_get_addr
87    ...
90    See bug 793611
91    Memcheck:Leak
92    fun:memalign
93    fun:tls_get_addr_tail
94    fun:___tls_get_addr
95    ...
98 #################
99 #  Other leaks  #
100 #################
103    Bug 794369
104    Memcheck:Leak
105    fun:malloc
106    fun:moz_xmalloc
107    ...
108    fun:_ZN20mozJSComponentLoader10LoadModuleERN7mozilla12FileLocationE
109    ...
112    Bug 794370
113    Memcheck:Leak
114    fun:malloc
115    fun:moz_xmalloc
116    ...
117    fun:_ZN22nsComponentManagerImpl15RegisterFactoryERK4nsIDPKcS4_P10nsIFactory
118    ...
121    Bug 794372
122    Memcheck:Leak
123    fun:malloc
124    fun:moz_xmalloc
125    ...
126    fun:_ZN22nsComponentManagerImpl22RegisterCIDEntryLockedEPKN7mozilla6Module8CIDEntryEPNS_11KnownModuleE
127    ...
130    Bug 794374
131    Memcheck:Leak
132    fun:malloc
133    fun:moz_xmalloc
134    ...
135    fun:_ZN22nsComponentManagerImpl17ManifestComponentERNS_25ManifestProcessingContextEiPKPc
136    ...
139    Bug 1017112
140    Memcheck:Leak
141    fun:malloc
142    ...
143    fun:PK11_InitPin
144    fun:_ZN11nsPK11Token12InitPasswordEPKDs
145    ...