FreeBSD: add file descriptor tracking for _umtx_op
[valgrind.git] / none / tests / socket_close.stderr.exp
blobe7435e8aa6a44d99f9318a9ee30e5dbb31718776
1 Open socket 3
2 close socket_fd 3
3 and close the socket again 3
4 File descriptor ...: ... is already closed
5 at 0x........: close (in /...libc...)
6 by 0x........: main
7 Previously closed
8 at 0x........: close (in /...libc...)
9 by 0x........: main
10 Originally opened
11 at 0x........: socket (in /...libc...)
12 by 0x........: open_socket (socket_close.c:17)
13 by 0x........: main