mirror of
git://sourceware.org/git/valgrind.git
synced 2026-01-12 00:19:31 +08:00
Adjust none/tests/file_dclose, none/tests/fdleak_ipv4 and socket_close to fit the changes in filter_fdleak. https://bugs.kde.org/show_bug.cgi?id=488441
23 lines
653 B
Plaintext
23 lines
653 B
Plaintext
close fd 3
|
|
Closing range (3, -1).
|
|
Closing range (5, 7).
|
|
Double closing range (5, 7).
|
|
File descriptor ...: ... is already closed
|
|
at 0x........: close_range (in /...libc...)
|
|
by 0x........: main
|
|
Previously closed
|
|
at 0x........: close_range (in /...libc...)
|
|
by 0x........: main
|
|
Originally opened
|
|
at 0x........: dup2 (in /...libc...)
|
|
by 0x........: main
|
|
File descriptor ...: ... is already closed
|
|
at 0x........: close_range (in /...libc...)
|
|
by 0x........: main
|
|
Previously closed
|
|
at 0x........: close_range (in /...libc...)
|
|
by 0x........: main
|
|
Originally opened
|
|
at 0x........: dup2 (in /...libc...)
|
|
by 0x........: main
|