summaryrefslogtreecommitdiff
path: root/doc/valgrind.suppressions
blob: c1c7bca12a1d523590b75c825c60009ee2298d40 (plain)
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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
{
   <syslog error>
   Memcheck:Cond
   obj:/lib/libc-*.so
   ...
   fun:localtime_r
   fun:__vsyslog_chk
   fun:__syslog_chk
   fun:__connman_log_init
   ...
}
{
   <iconv open>
   Memcheck:Addr4
   obj:/lib/libc-*.so
   obj:/lib/libglib-2.0.so*
   fun:g_iconv_open
   ...
   fun:g_convert
   fun:g_locale_to_utf8
   fun:g_strerror
   fun:g_key_file_load_from_file
   ...
}
{
   <ioctl ADDRT/DELRT>
   Memcheck:Param
   ioctl(SIOCADDRT/DELRT)
   obj:/lib/ld-*.so
   ...
}
{
   <g_main_loop>
   Memcheck:Leak
   fun:memalign
   ...
   fun:g_slice_alloc
   ...
   fun:g_main_loop_new
   ...
}
{
   <g_option_context_parse>
   Memcheck:Leak
   ...
   fun:g_slice_alloc
   ...
   fun:g_option_context_parse
   ...
}
{
   <g_key_file_load_from_data>
   Memcheck:Leak
   ...
   fun:g_slice_alloc
   ...
   fun:g_key_file_load_from_data
   ...
}
{
   <g_key_file_new 1>
   Memcheck:Leak
   ...
   fun:g_slice_alloc
   ...
   fun:g_key_file_new
   ...
}
{
   <g_key_file_new 2>
   Memcheck:Leak
   fun:*alloc
   ...
   fun:g_key_file_new
   fun:main
}
{
   <connman plugin cleanup>
   Memcheck:Leak
   ...
   fun:__connman_plugin_cleanup
   ...
}
{
   <cmd line option parsing>
   Memcheck:Leak
   fun:malloc
   fun:g_malloc
   fun:g_strdup
   fun:g_set_prgname
   fun:g_option_context_parse
   fun:main
}
{
   <dbus system bus setup 1>
   Memcheck:Leak
   ...
   fun:dbus_malloc*
   ...
   fun:g_dbus_setup_bus
   fun:main
}
{
   <dbus system bus setup 2>
   Memcheck:Leak
   ...
   fun:g_malloc*
   ...
   fun:dbus_connection_set_watch_functions
   fun:setup_bus
   ...
}
{
   <key file get charset>
   Memcheck:Leak
   ...
   fun:g_*alloc*
   ...
   fun:g_strerror
   fun:g_key_file_load_from_file
   fun:main
}
{
   <dbus disconnect func set>
   Memcheck:Leak
   ...
   fun:filter_data_get
   fun:g_dbus_add_signal_watch
   fun:g_dbus_set_disconnect_function
   fun:main
}
{
   <plugin dlopen>
   Memcheck:Leak
   ...
   fun:dlopen
   fun:__connman_plugin_init
   fun:main
}
{
   <dbus system bus setup 3>
   Memcheck:Leak
   ...
   fun:dbus_malloc0
   ...
   fun:dbus_parse_address
   ...
   fun:g_dbus_setup_bus
   fun:main
}
{
   <libdbus internals 1>
   Memcheck:Leak
   fun:*malloc
   ...
   obj:/lib/libdbus-1.so.3.5.3
}
{
   <dbus system bus setup 4>
   Memcheck:Leak
   fun:*alloc
   ...
   fun:dbus_*alloc*
   ...
   fun:g_dbus_setup_bus
   fun:main
}
{
   <dbus system bus setup 5>
   Memcheck:Leak
   fun:calloc
   fun:g_malloc0
   ...
   fun:g_dbus_set_disconnect_function
   fun:main
}
{
   <dbus bus remove match>
   Memcheck:Leak
   fun:malloc
   fun:g_malloc
   fun:g_source_set_callback
   fun:g_timeout_add_full
   fun:g_timeout_add
   ...
   fun:dbus_pending_call_block
   fun:dbus_connection_send_with_reply_and_block
   ...
   fun:dbus_bus_remove_match
}
{
   <g_main_loop_run/new>
   Memcheck:Leak
   fun:*alloc
   ...
   fun:g_main_loop_*
   fun:main
}
{
   <g_main_context_dispatch>
   Memcheck:Leak
   fun:*alloc
   ...
   fun:g_main_context_dispatch
}
{
   <libdbus internals 2>
   Memcheck:Leak
   fun:realloc
   fun:dbus_realloc
   ...
   fun:dbus_message_set_reply_serial
   fun:dbus_message_new_error
   ...
}
{
   <libdbus internals 3>
   Memcheck:Leak
   fun:realloc
   fun:dbus_realloc
   ...
   fun:dbus_message_new_signal
   ...
}
{
   <dbus_bus_register>
   Memcheck:Leak
   fun:malloc
   fun:realloc
   fun:dbus_realloc
   ...
   fun:dbus_pending_call_block
   fun:dbus_connection_send_with_reply_and_block
   fun:dbus_bus_register
}