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
|
# Broken valgrind 3.8.1 seen on i686 openSUSE 13.1
#
# Conditional jump or move depends on uninitialised value(s)
# at 0x407D7B5: __pmLogFetchInterp (interp.c:1258)
# by 0x4078D0D: __pmLogFetch (logutil.c:1749)
# by 0x405D8B6: pmFetch (fetch.c:151)
# by 0x8049E43: main (pmlogreduce.c:361)
# Conditional jump or move depends on uninitialised value(s)
# at 0x407D809: __pmLogFetchInterp (interp.c:1260)
# by 0x4078D0D: __pmLogFetch (logutil.c:1749)
# by 0x405D8B6: pmFetch (fetch.c:151)
# by 0x8049E43: main (pmlogreduce.c:361)
#
# which is bogus
#
{
Valgrind 3.8.1 botch
Memcheck:Cond
fun:__pmLogFetchInterp
fun:__pmLogFetch
obj:*
}
# Syscall param sendmsg(mmsg[0].msg_hdr) points to uninitialised byte(s)
# at 0x4ADC176: sendmmsg (sendmmsg.c:32)
# by 0x52788F0: __libc_res_nsend (res_send.c:1140)
# by 0x5275E1E: __libc_res_nquery (res_query.c:226)
# by 0x527649F: __libc_res_nquerydomain (res_query.c:582)
# by 0x5276996: __libc_res_nsearch (res_query.c:416)
# by 0x483C6E5: _nss_dns_gethostbyname4_r (dns-host.c:314)
# by 0x4AB05B6: gaih_inet (getaddrinfo.c:849)
# by 0x4AB368A: getaddrinfo (getaddrinfo.c:2465)
# by 0x488B121: __pmGetAddrInfo (in /usr/lib/libpcp.so.3)
# by 0x488B225: __pmAuxConnectPMCDPort (in /usr/lib/libpcp.so.3)
# by 0x485B248: __pmConnectPMCD (in /usr/lib/libpcp.so.3)
# by 0x485D772: pmNewContext (in /usr/lib/libpcp.so.3)
{
Seen on bozo-laptop
Memcheck:Param
sendmsg(mmsg[0].msg_hdr)
fun:sendmmsg
fun:__libc_res_nsend
fun:__libc_res_nquery
fun:__libc_res_nquerydomain
fun:__libc_res_nsearch
...
fun:gaih_inet
fun:getaddrinfo
}
# ditto
{
Seen on bozo-laptop
Memcheck:Param
sendmsg(mmsg[1].msg_hdr)
fun:sendmmsg
fun:__libc_res_nsend
fun:__libc_res_nquery
fun:__libc_res_nquerydomain
fun:__libc_res_nsearch
...
fun:gaih_inet
fun:getaddrinfo
}
# ditto
# Syscall param sendmsg(mmsg[0].msg_hdr) points to uninitialised byte(s)
# at 0x4AE71D3: sendmmsg (sendmmsg.c:36)
# by 0x524A8F0: __libc_res_nsend (res_send.c:1140)
# by 0x5247E1E: __libc_res_nquery (res_query.c:226)
# by 0x524849F: __libc_res_nquerydomain (res_query.c:582)
# by 0x6D6F646B: ???
{
Seen on bozo-laptop
Memcheck:Param
sendmsg(mmsg[0].msg_hdr)
fun:sendmmsg
fun:__libc_res_nsend
fun:__libc_res_nquery
fun:__libc_res_nquerydomain
...
obj:*
}
# ditto
# Syscall param sendmsg(mmsg[1].msg_hdr) points to uninitialised byte(s)
# at 0x4AE71D3: sendmmsg (sendmmsg.c:36)
# by 0x524A8F0: __libc_res_nsend (res_send.c:1140)
# by 0x5247E1E: __libc_res_nquery (res_query.c:226)
# by 0x524849F: __libc_res_nquerydomain (res_query.c:582)
# by 0x5248D9A: __libc_res_nsearch (res_query.c:487)
# by 0x1: ???
#
{
Seen on bozo-laptop
Memcheck:Param
sendmsg(mmsg[1].msg_hdr)
fun:sendmmsg
fun:__libc_res_nsend
fun:__libc_res_nquery
fun:__libc_res_nquerydomain
...
obj:*
}
# Syscall param sendmsg(mmsg[0].msg_hdr) points to uninitialised byte(s)
# at 0x58DF869: sendmmsg (sendmmsg.c:32)
# by 0x832E8FD: __libc_res_nsend (res_send.c:1140)
# by 0x832BD48: __libc_res_nquery (res_query.c:226)
# by 0x832C82F: __libc_res_nsearch (res_query.c:582)
# by 0x811EB57: _nss_dns_gethostbyname4_r (dns-host.c:314)
# by 0x58AFB37: gaih_inet (getaddrinfo.c:849)
# by 0x58B3953: getaddrinfo (getaddrinfo.c:2465)
# by 0x4E7248E: __pmGetAddrInfo (in /usr/lib/libpcp.so.3)
# by 0x4E72570: __pmAuxConnectPMCDPort (in /usr/lib/libpcp.so.3)
# by 0x4E45DDD: __pmConnectPMCD (in /usr/lib/libpcp.so.3)
# by 0x4E48085: pmNewContext (in /usr/lib/libpcp.so.3)
{
Seen on vm20
Memcheck:Param
sendmsg(mmsg[0].msg_hdr)
fun:sendmmsg
fun:__libc_res_nsend
fun:__libc_res_nquery
fun:__libc_res_nsearch
...
fun:gaih_inet
fun:getaddrinfo
}
|