File: libnih-dbus.supp

package info (click to toggle)
libnih 1.0.3-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,824 kB
  • sloc: ansic: 188,730; sh: 11,217; makefile: 1,117; yacc: 291; xml: 239; sed: 16
file content (79 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download | duplicates (6)
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
# This is a valgrind suppressions file.

# See nih/libnih.supp for common patterns.
# These suppressions all assume that your libdbus is compiled with the
# --enable-verbose-mode --enable-tests --enable-asserts options, without
# compiler optimisation, and installed unstripped.


# D-Bus keeps its connection slots around forever, even after a
# dbus_shutdown()

{
  dbus-data-slot-allocator-alloc
  Memcheck:Leak
  fun:realloc
  fun:_dbus_data_slot_allocator_alloc
}
{
  dbus-data-slot-allocator-alloc
  Memcheck:Leak
  fun:malloc
  fun:realloc
  fun:dbus_realloc
  fun:_dbus_data_slot_allocator_alloc
}
{
  dbus-data-slot-allocator-alloc
  Memcheck:Leak
  fun:realloc
  fun:dbus_realloc
  fun:_dbus_data_slot_allocator_alloc
}
{
  dbus-data-slot-allocator-alloc
  Memcheck:Leak
  fun:realloc
  obj:/lib/libdbus-1.so.*
  fun:nih_dbus_server
}


# It looks like glibc caches NSS lookup information, so it always looks
# like we leak it.  Missing valgrind default suppression perhaps?

{
  nss-lookup-function
  Memcheck:Leak
  fun:malloc
  fun:__nss_lookup_function
}
{
  nss-lookup-function
  Memcheck:Leak
  fun:malloc
  fun:tsearch
  fun:__nss_lookup_function
}

{
  nss-database-lookup
  Memcheck:Leak
  fun:malloc
  fun:nss_parse_service_list
  fun:__nss_database_lookup
}
{
  nss-database-lookup
  Memcheck:Leak
  fun:malloc
  obj:/lib/libc-*.so
  fun:__nss_database_lookup
}
{
  nss-database-lookup
  Memcheck:Leak
  fun:malloc
  obj:/lib/tls/i686/cmov/libc-*.so
  fun:__nss_database_lookup
}