Package: valgrind Version: 1:3.9.0-4 Severity: minor When valgrind is run with --trace-fds=yes, it reports AF_INET6 sockets open at exit as "pf-10" sockets instead of AF_INET6 sockets, as in this output excerpt:
==1369== FILE DESCRIPTORS: 6 open at exit. ==1369== Open AF_INET socket 5: 127.0.0.1:35013 <-> 127.0.0.1:11119 ==1369== at 0x512C287: socket (syscall-template.S:81) ==1369== by 0x404F77: network_client_create (network.c:649) ==1369== by 0x401F69: test_any_udp (server-t.c:125) ==1369== by 0x402374: main (server-t.c:527) ==1369== ==1369== Open pf-10 socket 4: ==1369== at 0x512C287: socket (syscall-template.S:81) ==1369== by 0x404878: network_bind_ipv6 (network.c:223) ==1369== by 0x405552: network_bind_all (network.c:337) ==1369== by 0x401F25: test_any_udp (server-t.c:456) ==1369== by 0x402374: main (server-t.c:527) Probably a missing case in its analysis of file descriptors. It would be nice for it to produce the same sort of output that it produces for AF_INET sockets, or at least indicate that the socket is AF_INET6. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.11-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages valgrind depends on: ii libc6 2.17-97 ii libc6-dbg 2.17-97 Versions of packages valgrind recommends: ii gdb 7.6.1-1 ii valgrind-dbg 1:3.9.0-4 Versions of packages valgrind suggests: pn alleyoop <none> pn kcachegrind <none> pn valgrind-mpi <none> pn valkyrie <none> -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org