1
2Invalid 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,015 free'd
5   at 0x........: free (vg_replace_malloc.c:...)
6   by 0x........: main (big_blocks_freed_list.c:21)
7 Block was alloc'd at
8   at 0x........: malloc (vg_replace_malloc.c:...)
9   by 0x........: main (big_blocks_freed_list.c:19)
10
11Invalid read of size 1
12   at 0x........: main (big_blocks_freed_list.c:23)
13 Address 0x........ is 1,000 bytes inside a block of size 900,000 free'd
14   at 0x........: free (vg_replace_malloc.c:...)
15   by 0x........: main (big_blocks_freed_list.c:20)
16 Block was alloc'd at
17   at 0x........: malloc (vg_replace_malloc.c:...)
18   by 0x........: main (big_blocks_freed_list.c:18)
19
20Invalid read of size 1
21   at 0x........: main (big_blocks_freed_list.c:33)
22 Address 0x........ is 2,000 bytes inside an unallocated block of size 1,000,016 in arena "client"
23
24Invalid read of size 1
25   at 0x........: main (big_blocks_freed_list.c:34)
26 Address 0x........ is 2,000 bytes inside a block of size 900,000 free'd
27   at 0x........: free (vg_replace_malloc.c:...)
28   by 0x........: main (big_blocks_freed_list.c:20)
29 Block was alloc'd at
30   at 0x........: malloc (vg_replace_malloc.c:...)
31   by 0x........: main (big_blocks_freed_list.c:18)
32
33Invalid read of size 1
34   at 0x........: main (big_blocks_freed_list.c:41)
35 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
36   at 0x........: free (vg_replace_malloc.c:...)
37   by 0x........: main (big_blocks_freed_list.c:28)
38 Block was alloc'd at
39   at 0x........: malloc (vg_replace_malloc.c:...)
40   by 0x........: main (big_blocks_freed_list.c:27)
41
42Invalid read of size 1
43   at 0x........: main (big_blocks_freed_list.c:46)
44 Address 0x........ is 10 bytes inside a block of size 1,000,015 free'd
45   at 0x........: free (vg_replace_malloc.c:...)
46   by 0x........: main (big_blocks_freed_list.c:40)
47 Block was alloc'd at
48   at 0x........: malloc (vg_replace_malloc.c:...)
49   by 0x........: main (big_blocks_freed_list.c:39)
50
51Invalid read of size 1
52   at 0x........: main (big_blocks_freed_list.c:55)
53 Address 0x........ is 10 bytes inside a block of size 10,000 free'd
54   at 0x........: free (vg_replace_malloc.c:...)
55   by 0x........: main (big_blocks_freed_list.c:28)
56 Block was alloc'd at
57   at 0x........: malloc (vg_replace_malloc.c:...)
58   by 0x........: main (big_blocks_freed_list.c:27)
59
60
61HEAP SUMMARY:
62    in use at exit: 1,000,000 bytes in 100 blocks
63  total heap usage: 104 allocs, 4 frees, 3,910,030 bytes allocated
64
65For a detailed leak analysis, rerun with: --leak-check=full
66
67For counts of detected and suppressed errors, rerun with: -v
68ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)
69