Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / memcheck / tests / linux / dlclose_leak.stderr.exp
blobca89db0842bf7c1d1da278d3e7ea5d6a3e79441b
1 Conditional jump or move depends on uninitialised value(s)
2    at 0x........: jmp_on_uninit (dlclose_leak_so.c:10)
3    by 0x........: main (dlclose_leak.c:29)
5 Invalid read of size 1
6    at 0x........: main (dlclose_leak.c:32)
7  Address 0x........ is 1 bytes before a block of size 1 alloc'd
8    at 0x........: malloc (vg_replace_malloc.c:...)
9    by 0x........: alloc_1_byte (dlclose_leak_so.c:20)
10    by 0x........: main (dlclose_leak.c:30)
12 Conditional jump or move depends on uninitialised value(s)
13    at 0x........: jmp_on_uninit (dlclose_leak_so.c:10)
14    by 0x........: main (dlclose_leak.c:29)
16 done!
17 1 bytes in 1 blocks are definitely lost in loss record ... of ...
18    at 0x........: malloc (vg_replace_malloc.c:...)
19    by 0x........: alloc_1_byte (dlclose_leak_so.c:20)
20    by 0x........: main (dlclose_leak.c:30)
22 1 bytes in 1 blocks are definitely lost in loss record ... of ...
23    at 0x........: malloc (vg_replace_malloc.c:...)
24    by 0x........: alloc_1_byte (dlclose_leak_so.c:20)
25    by 0x........: main (dlclose_leak.c:30)