1
2
3HEAP SUMMARY:
4    in use at exit: ... bytes in ... blocks
5  total heap usage: ... allocs, ... frees, ... bytes allocated
6
7For a detailed leak analysis, rerun with: --leak-check=full
8
9For counts of detected and suppressed errors, rerun with: -v
10ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
11Unaddressable byte(s) found during client check request
12   at 0x........: test2 (addressable.c:48)
13   by 0x........: main (addressable.c:125)
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
15
16Invalid write of size 1
17   at 0x........: test2 (addressable.c:51)
18   by 0x........: main (addressable.c:125)
19 Address 0x........ is not stack'd, malloc'd or (recently) free'd
20
21
22Process terminating with default action of signal N (SIGSEGV or SIGBUS)
23 Bad memory (SIGSEGV or SIGBUS) at address 0x........
24   at 0x........: test2 (addressable.c:51)
25   by 0x........: main (addressable.c:125)
26 If you believe this happened as a result of a stack
27 overflow in your program's main thread (unlikely but
28 possible), you can try to increase the size of the
29 main thread stack using the --main-stacksize= flag.
30 The main thread stack size used in this run was ....
31
32HEAP SUMMARY:
33    in use at exit: ... bytes in ... blocks
34  total heap usage: ... allocs, ... frees, ... bytes allocated
35
36For a detailed leak analysis, rerun with: --leak-check=full
37
38For counts of detected and suppressed errors, rerun with: -v
39ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
40
41HEAP SUMMARY:
42    in use at exit: ... bytes in ... blocks
43  total heap usage: ... allocs, ... frees, ... bytes allocated
44
45For a detailed leak analysis, rerun with: --leak-check=full
46
47For counts of detected and suppressed errors, rerun with: -v
48ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
49
50Process terminating with default action of signal N (SIGSEGV or SIGBUS)
51 Bad memory (SIGSEGV or SIGBUS) at address 0x........
52   at 0x........: test4 (addressable.c:74)
53   by 0x........: main (addressable.c:125)
54
55HEAP SUMMARY:
56    in use at exit: ... bytes in ... blocks
57  total heap usage: ... allocs, ... frees, ... bytes allocated
58
59For a detailed leak analysis, rerun with: --leak-check=full
60
61For counts of detected and suppressed errors, rerun with: -v
62ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
63Uninitialised byte(s) found during client check request
64   at 0x........: test5 (addressable.c:85)
65   by 0x........: main (addressable.c:125)
66 Address 0x........ is not stack'd, malloc'd or (recently) free'd
67
68Uninitialised byte(s) found during client check request
69   at 0x........: test5 (addressable.c:91)
70   by 0x........: main (addressable.c:125)
71 Address 0x........ is not stack'd, malloc'd or (recently) free'd
72
73
74HEAP SUMMARY:
75    in use at exit: ... bytes in ... blocks
76  total heap usage: ... allocs, ... frees, ... bytes allocated
77
78For a detailed leak analysis, rerun with: --leak-check=full
79
80For counts of detected and suppressed errors, rerun with: -v
81Use --track-origins=yes to see where uninitialised values come from
82ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
83
84HEAP SUMMARY:
85    in use at exit: ... bytes in ... blocks
86  total heap usage: ... allocs, ... frees, ... bytes allocated
87
88For a detailed leak analysis, rerun with: --leak-check=full
89
90For counts of detected and suppressed errors, rerun with: -v
91ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
92