Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / none / tests / use_after_close.stderr.exp
blob1ef31c6551eb50436a2010defecc55e41bd79cd1
1 bad
2 File descriptor 3 was closed already
3  Previously closed
4    at 0x........: close (in /...libc...)
5    by 0x........: main
6  Originally opened
7    at 0x........: dup (in /...libc...)
8    by 0x........: main
9    at 0x........: write (in /...libc...)
10    by 0x........: main
11 File descriptor 7 was never created
12    at 0x........: write (in /...libc...)
13    by 0x........: main
14 File descriptor -7 Invalid file descriptor
15    at 0x........: write (in /...libc...)
16    by 0x........: main
17 File descriptor ...: ... is already closed
18    at 0x........: close (in /...libc...)
19    by 0x........: main
20  Previously closed
21    at 0x........: close (in /...libc...)
22    by 0x........: main
23  Originally opened
24    at 0x........: dup (in /...libc...)
25    by 0x........: main
26 File descriptor -7 Invalid file descriptor
27    at 0x........: close (in /...libc...)
28    by 0x........: main