1 2 Invalid read of size 1 3 at 0x........: main (big_blocks_freed_list.c:22) 4 Address 0x........ is 1,000 bytes inside a block of size 1,000,001 free'd 5 at 0x........: free (vg_replace_malloc.c:...) 6 by 0x........: main (big_blocks_freed_list.c:21) 7 8 Invalid read of size 1 9 at 0x........: main (big_blocks_freed_list.c:23) 10 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd 11 at 0x........: free (vg_replace_malloc.c:...) 12 by 0x........: main (big_blocks_freed_list.c:20) 13 14 Invalid read of size 1 15 at 0x........: main (big_blocks_freed_list.c:33) 16 Address 0x........ is not stack'd, malloc'd or (recently) free'd 17 18 Invalid read of size 1 19 at 0x........: main (big_blocks_freed_list.c:34) 20 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd 21 at 0x........: free (vg_replace_malloc.c:...) 22 by 0x........: main (big_blocks_freed_list.c:20) 23 24 Invalid read of size 1 25 at 0x........: main (big_blocks_freed_list.c:41) 26 Address 0x........ is 10 bytes inside a block of size 10,000 free'd 27 at 0x........: free (vg_replace_malloc.c:...) 28 by 0x........: main (big_blocks_freed_list.c:28) 29 30 Invalid read of size 1 31 at 0x........: main (big_blocks_freed_list.c:46) 32 Address 0x........ is 10 bytes inside a block of size 1,000,001 free'd 33 at 0x........: free (vg_replace_malloc.c:...) 34 by 0x........: main (big_blocks_freed_list.c:40) 35 36 Invalid read of size 1 37 at 0x........: main (big_blocks_freed_list.c:55) 38 Address 0x........ is 10 bytes inside a block of size 10,000 free'd 39 at 0x........: free (vg_replace_malloc.c:...) 40 by 0x........: main (big_blocks_freed_list.c:28) 41 42 43 HEAP SUMMARY: 44 in use at exit: 1,000,000 bytes in 100 blocks 45 total heap usage: 104 allocs, 4 frees, 3,910,002 bytes allocated 46 47 For a detailed leak analysis, rerun with: --leak-check=full 48 49 For counts of detected and suppressed errors, rerun with: -v 50 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0) 51