qa: update 660 to generate index.html, fixing pcp-testsuite runs
[pcp.git] / qa / valgrind-suppress
blob75f8be3ac71ecb0f803b243e5a8cacbf580674f4
1 # to add to these, run the failing case with
2 # valgrind --leak-check=full --suppressions=valgrind-suppress --gen-suppressions=yes ...
4 # I see different results on Ubuntu 10.10 depending if the binaries
5 # are build by Makepkgs or build and installed from a source repository
6 # which probably a compiler flags issue
7 # - Ken
10    pmConfig calls putenv permanently
11    Memcheck:Leak
12    fun:malloc
13    fun:strdup
14    fun:posix_formatter
15    fun:__pmconfig
16    fun:__pmConfig
17    fun:pm*Config
21    pthreads initialization from pmLoadNameSpace
22    Memcheck:Cond
23    fun:pthread_mutex_init
24    fun:pthread_mutex_init
25    fun:__pmInitLocks
26    fun:pmLoadNameSpace
27    fun:main
31    pthreads initialization from pmNewContext
32    Memcheck:Cond
33    fun:pthread_mutex_init
34    fun:pthread_mutex_init
35    fun:__pmInitLocks
36    fun:pmNewContext
37    fun:main
41    pthreads initialization from pmNewContext with PM_CONTEXT_LOCAL
42    Memcheck:Cond
43    fun:pthread_mutex_init
44    fun:pthread_mutex_init
45    fun:__pmInitLocks
46    fun:pmNewContext
47    obj:*
48    fun:(below main)
52    CentOS 5.6 dlopen -> _dl_new_object, expand_dynamic_string_token, _dl_map_object_deps, _dl_check_map_versions
53    Memcheck:Leak
54    fun:?alloc
55    ...
56    fun:dlopen*
57    fun:__pmConnectLocal
61    valgrind-3.7.0 in 64-bit Debian 6.0.5 _dl_start -> index
62    Memcheck:Cond
63    fun:index
64    ...
65    fun:_dl_start
69    openSUSE 12.1 strlen() Conditional jump or move depends on uninitialised value(s)
70    Memcheck:Cond
71    fun:strlen
72    obj:*
76    readline library via dbpmda
77    Memcheck:Param
78    socketcall.sendmsg(msg.msg_name)
79    fun:__sendmsg_nocancel
80    fun:readline
84    readline library
85    Memcheck:Param
86    socketcall.sendmsg(msg.msg_name)
87    obj:*libc*
88    fun:readline
92    NSS library leak catch-all
93    Memcheck:Leak
94    fun:?alloc
95    ...
96    fun:NSS*
99 # ==12607==    at 0x482AB7A: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
100 # ==12607==    by 0x4ADF84E: nss_parse_service_list (nsswitch.c:678)
101 # ==12607==    by 0x4ADFFC9: __nss_database_lookup (nsswitch.c:175)
103    nssswitch library leak catch-all
104    Memcheck:Leak
105    fun:malloc
106    fun:nss_parse_service_list
107    fun:__nss_database_lookup
111    NSPR library leak catch-all
112    Memcheck:Leak
113    fun:?alloc
114    ...
115    fun:PR_*
119    cyrus-sasl callback leak, RHBZ1191183, common case variant
120    Memcheck:Leak
121    fun:calloc
122    ...
123    fun:_plug_get_password
124    ...
125    fun:sasl_client_step
126    ...
130    RHEL6.3 GSS/kerberos libraries via cyrus-sasl, uninit'd access
131    Memcheck:Addr8
132    ...
133    fun:krb5int_clean_hostname
134    fun:krb5_get_host_realm
135    ...
136    fun:gss_init_sec_context
137    ...
138    fun:sasl_client_step
139    fun:sasl_client_start
140    fun:__pmAuthClientNegotiation
141    ...