ftmemsim-valgrind/memcheck/tests/partial_load_dflt.stderr.exp
Bart Van Assche 6967a2148e Filtered out malloc/free statistics.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7928
2008-04-26 18:55:38 +00:00

31 lines
1.2 KiB
Plaintext

Invalid read of size 4
at 0x........: main (partial_load.c:16)
Address 0x........ is 0 bytes inside a block of size 3 alloc'd
at 0x........: calloc (vg_replace_malloc.c:...)
by 0x........: main (partial_load.c:14)
Invalid read of size 4
at 0x........: main (partial_load.c:23)
Address 0x........ is 1 bytes inside a block of size 4 alloc'd
at 0x........: calloc (vg_replace_malloc.c:...)
by 0x........: main (partial_load.c:20)
Invalid read of size 2
at 0x........: main (partial_load.c:30)
Address 0x........ is 0 bytes inside a block of size 1 alloc'd
at 0x........: calloc (vg_replace_malloc.c:...)
by 0x........: main (partial_load.c:28)
Invalid read of size 4
at 0x........: main (partial_load.c:37)
Address 0x........ is 0 bytes inside a block of size 4 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (partial_load.c:36)
ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
malloc/free: in use at exit: ... bytes in ... blocks.
malloc/free: ... allocs, ... frees, ... bytes allocated.
For a detailed leak analysis, rerun with: --leak-check=yes
For counts of detected errors, rerun with: -v