ftmemsim-valgrind/corecheck/tests/fdleak_socketpair.stderr.exp
Robert Walsh f9ea43d896 Add a facility for tracking open file descriptors. Information about
still open files is dumped out exit.  Enabled using the --track-fds
switch.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2031
2003-11-17 17:45:00 +00:00

28 lines
622 B
Plaintext

FILE DESCRIPTORS: 6 open at exit.
Open AF_UNIX socket .: <unknown>
at 0x........: __socketpair (in /...libc...)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
Open AF_UNIX socket .: <unknown>
at 0x........: __socketpair (in /...libc...)
by 0x........: __libc_start_main (...libc...)
by 0x........: ...
Open file descriptor .: .
<inherited from parent>
Open file descriptor .: .
<inherited from parent>
Open file descriptor .: .
<inherited from parent>
Open file descriptor .: .
<inherited from parent>
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)