~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to tools/telepathy-glib.supp

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-05-10 17:59:54 UTC
  • mfrom: (1.6.1 upstream) (27.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100510175954-bxvqq3xx0sy4itmp
Tags: 0.11.5-1
New upstream version with new API/ABI

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
   fun:tp_handle_ensure
23
23
}
24
24
 
 
25
{
 
26
   ld.so initialization on glibc 2.9
 
27
   Memcheck:Cond
 
28
   fun:_dl_relocate_object
 
29
   fun:dl_main
 
30
   fun:_dl_sysdep_start
 
31
   fun:_dl_start
 
32
   obj:/lib/ld-2.9.so
 
33
}
 
34
 
 
35
{
 
36
   ld.so initialization on glibc 2.9
 
37
   Memcheck:Cond
 
38
   fun:strlen
 
39
   fun:_dl_init_paths
 
40
   fun:dl_main
 
41
   fun:_dl_sysdep_start
 
42
   fun:_dl_start
 
43
   obj:/lib/ld-2.9.so
 
44
}
 
45
 
 
46
{
 
47
  selinux, we just don't know
 
48
  Memcheck:Leak
 
49
  fun:malloc
 
50
  fun:getdelim
 
51
  obj:/lib/libselinux.so.1
 
52
}
 
53
 
25
54
# ============================= GLib ==================================
26
55
 
27
56
{
118
147
}
119
148
 
120
149
{
 
150
   g_type_init_with_debug_flags
 
151
   Memcheck:Leak
 
152
   ...
 
153
   fun:g_type_init_with_debug_flags
 
154
}
 
155
 
 
156
{
121
157
   g_type_register_static
122
158
   Memcheck:Leak
123
159
   ...
124
160
   fun:g_type_register_static
125
161
}
126
162
 
 
163
{
 
164
   g_type_add_interface_static
 
165
   Memcheck:Leak
 
166
   ...
 
167
   fun:g_type_add_interface_static
 
168
}
 
169
 
 
170
# ============================= GIO ===================================
 
171
 
 
172
{
 
173
   g_simple_async_result class
 
174
   Memcheck:Leak
 
175
   ...
 
176
   fun:g_type_class_ref
 
177
   ...
 
178
   fun:g_simple_async_result_new
 
179
}
 
180
 
127
181
# ============================= dbus-glib =============================
128
182
 
129
183
{
213
267
   fun:tp_dbus_daemon_constructor
214
268
}
215
269
 
216
 
# ============================= unclassified ==========================
217
 
 
218
 
{
219
 
   creating param specs in tp_proxy_class_intern_init
220
 
   Memcheck:Leak
221
 
   fun:memalign
222
 
   fun:posix_memalign
223
 
   fun:slab_allocator_alloc_chunk
224
 
   fun:g_slice_alloc
225
 
   fun:g_slice_alloc0
 
270
{
 
271
   tp_g_socket_address_from_variant reffing GNIO types
 
272
   Memcheck:Leak
 
273
   ...
 
274
   fun:g_type_class_ref
 
275
   ...
 
276
   fun:tp_g_socket_address_from_variant
 
277
}
 
278
 
 
279
{
 
280
   creating classes for DBusGProxy
 
281
   Memcheck:Leak
 
282
   ...
 
283
   fun:g_type_class_ref
 
284
   ...
 
285
   fun:g_object_new
 
286
   ...
 
287
   fun:tp_proxy_borrow_interface_by_id
 
288
}
 
289
 
 
290
{
 
291
   creating classes for tp_dbus_daemon_new
 
292
   Memcheck:Leak
 
293
   ...
 
294
   fun:g_type_class_ref
 
295
   ...
 
296
   fun:g_object_new
 
297
   ...
 
298
   fun:tp_dbus_daemon_new
 
299
}
 
300
 
 
301
{
 
302
   creating classes for TpCHannel
 
303
   Memcheck:Leak
 
304
   ...
 
305
   fun:g_type_class_ref
 
306
   ...
 
307
   fun:g_object_new
 
308
   ...
 
309
   fun:tp_channel_new
 
310
}
 
311
 
 
312
{
 
313
   creating a boxed type to use in TpCapabilities
 
314
   Memcheck:Leak
 
315
   ...
 
316
   fun:g_type_class_ref
 
317
   ...
 
318
   fun:g_param_spec_boxed
 
319
   fun:tp_capabilities_class_intern_init
 
320
}
 
321
 
 
322
# ============================= questionable ==========================
 
323
 
 
324
{
 
325
   creating classes for instances (this is a pretty big hammer)
 
326
   Memcheck:Leak
 
327
   ...
 
328
   fun:g_type_class_ref
 
329
   ...
226
330
   fun:g_type_create_instance
227
 
   fun:g_param_spec_internal
 
331
   ...
228
332
   fun:g_param_spec_string
229
333
}
230
 
 
231
 
{
232
 
   ld.so initialization on glibc 2.9
233
 
   Memcheck:Cond
234
 
   fun:_dl_relocate_object
235
 
   fun:dl_main
236
 
   fun:_dl_sysdep_start
237
 
   fun:_dl_start
238
 
   obj:/lib/ld-2.9.so
239
 
}
240
 
 
241
 
{
242
 
   ld.so initialization on glibc 2.9
243
 
   Memcheck:Cond
244
 
   fun:strlen
245
 
   fun:_dl_init_paths
246
 
   fun:dl_main
247
 
   fun:_dl_sysdep_start
248
 
   fun:_dl_start
249
 
   obj:/lib/ld-2.9.so
250
 
}