File: valgrind.suppression

package info (click to toggle)
libusermetrics 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,324 kB
  • sloc: cpp: 7,182; xml: 131; sh: 106; ansic: 60; makefile: 26
file content (197 lines) | stat: -rw-r--r-- 3,235 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197

###################
# Leaks in Qt!
###################

{
   See bug report <https://bugreports.qt-project.org/browse/QTBUG-33677>
   Memcheck:Leak
   fun:_Znwm
   ...
   fun:_ZN10QXmlSchema4loadERK4QUrl
}

{
   See bug report <https://bugreports.qt-project.org/browse/QTBUG-33677>
   Memcheck:Leak
   fun:_Znwj
   ...
   fun:_ZN10QXmlSchema4loadERK4QUrl
}

{
   See bug report <https://bugreports.qt-project.org/browse/QTBUG-33677>
   Memcheck:Leak
   fun:_Znwm
   ...
   fun:_ZNK19QXmlSchemaValidator8validateEP9QIODeviceRK4QUrl
}

{
   See bug report <https://bugreports.qt-project.org/browse/QTBUG-33677>
   Memcheck:Leak
   fun:_Znwj
   ...
   fun:_ZNK19QXmlSchemaValidator8validateEP9QIODeviceRK4QUrl
}

{
   New leak in QNetworkConfiguratioManager
   Memcheck:Leak
   match-leak-kinds: definite
   fun:_Znw*
   obj:*
   fun:_ZN35QNetworkConfigurationManagerPrivate20updateConfigurationsEv
   fun:_ZN35QNetworkConfigurationManagerPrivate10initializeEv
   fun:_Z35qNetworkConfigurationManagerPrivatev
   fun:_ZN28QNetworkConfigurationManagerC1EP7QObject
   fun:_ZN21QNetworkAccessManagerC1EP7QObject
   obj:/usr/lib/*/libQt5XmlPatterns.so.*
   ...
}

{
   See bug report <https://bugreports.qt-project.org/browse/QTBUG-33677>
   Memcheck:Leak
   fun:_Znwj
   obj:/usr/lib/arm-linux-gnueabihf/libQt5XmlPatterns.so.*
}

{
   Valgrind doesn't like dlopens
   Memcheck:Value4
   fun:memcpy
   ...
   fun:dlopen@@GLIBC_*
   obj:/usr/lib/*/libQt5Core.so.*
}

{
   Valgrind doesn't like dlopens
   Memcheck:Cond
   ...
   fun:dlopen@@GLIBC_*
   obj:/usr/lib/*/libQt5Core.so.*
}

###################
# Qt's use of glib
###################

{
   Ignore pthreads
   Memcheck:Leak
   ...
   fun:pthread_create@@*
}

{
   Glib memalign
   Memcheck:Leak
   ...
   fun:posix_memalign
}

{
   Ignore glib mainloop
   Memcheck:Leak
   ...
   fun:g_main_context_push_thread_default
}

{
   Ignore glib main context
   Memcheck:Leak
   ...
   fun:g_main_context_new
}

###############################
# GObject rules
###############################

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   ...
   fun:g_type_register_static
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   ...
   fun:g_type_register_fundamental
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   ...
   fun:type_node_fundamental_new_W
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   ...
   fun:type_data_make_W
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   ...
   fun:g_type_add_interface_static
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   ...
   fun:type_iface_vtable_base_init_Wm
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   ...
   fun:g_dbus_interface_skeleton_class_intern_init
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   ...
   fun:g_signal_type_cclosure_new
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   fun:calloc
   fun:g_malloc0
   fun:g_type_class_ref
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   fun:realloc
   fun:g_realloc
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   fun:malloc
   fun:realloc
   fun:g_realloc
}

{
   <insert_a_suppression_name_here>
   Memcheck:Leak
   fun:calloc
   fun:g_malloc0
}