mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 12:44:45 +00:00
overhaul of the thread support. Many things are now probably broken, but at least with --tool=none, simple and not-so-simple threaded and non-thread programs work. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3265
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
|
|
|
|
FILE DESCRIPTORS: 7 open at exit.
|
|
Open AF_UNIX socket .: /tmp/sock
|
|
at 0x........: accept (in /...libc...)
|
|
by 0x........: main (fdleak_cmsg.c:174)
|
|
|
|
Open AF_UNIX socket .: /tmp/sock
|
|
at 0x........: socket (in /...libc...)
|
|
by 0x........: main (fdleak_cmsg.c:174)
|
|
|
|
Open file descriptor .: /tmp/data2
|
|
at 0x........: open (in /...libc...)
|
|
by 0x........: main (fdleak_cmsg.c:174)
|
|
|
|
Open file descriptor .: /tmp/data1
|
|
at 0x........: open (in /...libc...)
|
|
by 0x........: main (fdleak_cmsg.c:174)
|
|
|
|
Open file descriptor .: .
|
|
<inherited from parent>
|
|
|
|
Open file descriptor .: .
|
|
<inherited from parent>
|
|
|
|
Open file descriptor .: /dev/null
|
|
<inherited from parent>
|
|
|
|
|
|
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
|
|
|
FILE DESCRIPTORS: 6 open at exit.
|
|
Open file descriptor .: /tmp/data2
|
|
at 0x........: recvmsg (in /...libc...)
|
|
by 0x........: main (fdleak_cmsg.c:178)
|
|
|
|
Open file descriptor .: /tmp/data1
|
|
at 0x........: recvmsg (in /...libc...)
|
|
by 0x........: main (fdleak_cmsg.c:178)
|
|
|
|
Open AF_UNIX socket .: <unknown>
|
|
at 0x........: socket (in /...libc...)
|
|
by 0x........: main (fdleak_cmsg.c:178)
|
|
|
|
Open file descriptor .: .
|
|
<inherited from parent>
|
|
|
|
Open file descriptor .: .
|
|
<inherited from parent>
|
|
|
|
Open file descriptor .: /dev/null
|
|
<inherited from parent>
|
|
|
|
|
|
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|