/var/lib/pcp/testsuite/valgrind-suppress-3.10.0 is in pcp-testsuite 4.0.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | # inside libsasl ... seen on bozo-vm
# Memcheck, a memory error detector
# at 0x4C28C20: malloc (vg_replace_malloc.c:296)
# by 0x5C6C890: sasl_client_new (in /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25)
# by 0x4EA35C2: __pmSecureClientIPCFlags (secureconnect.c:949)
# by 0x4EA409F: __pmSecureClientHandshake (secureconnect.c:1230)
# by 0x4E481B2: attributes_handshake (connect.c:182)
# by 0x4E483EB: __pmConnectHandshake (connect.c:283)
# by 0x4E488A7: __pmConnectPMCD (connect.c:444)
# by 0x4E4AF8A: pmNewContext (context.c:1085)
# ...
{
libsasl-bad-0
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:sasl_client_new
fun:__pmSecureClientIPCFlags
fun:__pmSecureClientHandshake
fun:attributes_handshake
fun:__pmConnectHandshake
fun:__pmConnectPMCD
fun:pmNewContext
...
}
# and similar, just different compiler options for the build
{
libsasl-bad-1
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:sasl_client_new
fun:__pmSecureClientHandshake
...
fun:__pmConnectPMCD
fun:pmNewContext
...
}
# and yet another variant from bozo-vm and qa/720 ...
{
libsasl-bad-2
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:sasl_client_new
fun:__pmSecureClientHandshake
...
fun:pmNewContext
...
}
# same bogus condition seen with earlier versions of valgrind
# (this time with pmFetch_ctx() on the call stack)
#
# Conditional jump or move depends on uninitialised value(s)
# at 0x408AEAD: __pmLogFetchInterp (interp.c:1476)
# by 0x4085AC2: __pmLogFetch (logutil.c:2066)
# by 0x40670B7: pmFetch_ctx (fetch.c:156)
# by 0x40675E6: pmFetch (fetch.c:201)
# by 0x8049B99: main (pmlogreduce.c:364)
{
valgrind 3.10.0 condjump botch - 0
Memcheck:Cond
fun:__pmLogFetchInterp
fun:__pmLogFetch
fun:pmFetch_ctx
fun:pmFetch
...
}
|