-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalgrind.log
More file actions
115 lines (115 loc) · 5.62 KB
/
valgrind.log
File metadata and controls
115 lines (115 loc) · 5.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
==439526== Memcheck, a memory error detector
==439526== Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.
==439526== Using Valgrind-3.25.1 and LibVEX; rerun with -h for copyright info
==439526== Command: ./bss tests/additional_commands_test.bat
==439526== Parent PID: 439525
==439526==
==439526== Conditional jump or move depends on uninitialised value(s)
==439526== at 0x4001DF4: parse_command (shell.c:247)
==439526== by 0x4002B6D: execute_batch_file (shell.c:542)
==439526== by 0x400170E: main (shell.c:48)
==439526== Uninitialised value was created by a heap allocation
==439526== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439526== by 0x4001A44: parse_command (shell.c:153)
==439526== by 0x4002B6D: execute_batch_file (shell.c:542)
==439526== by 0x400170E: main (shell.c:48)
==439526==
==439528==
==439528== HEAP SUMMARY:
==439528== in use at exit: 1,140 bytes in 6 blocks
==439528== total heap usage: 238 allocs, 232 frees, 47,640 bytes allocated
==439528==
==439528== 18 bytes in 1 blocks are still reachable in loss record 1 of 5
==439528== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439528== by 0x494836D: strdup (in /usr/lib64/libc.so.6)
==439528== by 0x4002B25: execute_batch_file (shell.c:535)
==439528== by 0x400170E: main (shell.c:48)
==439528==
==439528== 18 bytes in 2 blocks are still reachable in loss record 2 of 5
==439528== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439528== by 0x494836D: strdup (in /usr/lib64/libc.so.6)
==439528== by 0x4001DC9: parse_command (shell.c:241)
==439528== by 0x4002B6D: execute_batch_file (shell.c:542)
==439528== by 0x400170E: main (shell.c:48)
==439528==
==439528== 120 bytes in 1 blocks are still reachable in loss record 3 of 5
==439528== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439528== by 0x491B2B5: getdelim (in /usr/lib64/libc.so.6)
==439528== by 0x4002BEB: execute_batch_file (shell.c:486)
==439528== by 0x400170E: main (shell.c:48)
==439528==
==439528== 472 bytes in 1 blocks are still reachable in loss record 4 of 5
==439528== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439528== by 0x491A1CE: __fopen_internal (in /usr/lib64/libc.so.6)
==439528== by 0x400290B: execute_batch_file (shell.c:472)
==439528== by 0x400170E: main (shell.c:48)
==439528==
==439528== 512 bytes in 1 blocks are still reachable in loss record 5 of 5
==439528== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439528== by 0x4001A44: parse_command (shell.c:153)
==439528== by 0x4002B6D: execute_batch_file (shell.c:542)
==439528== by 0x400170E: main (shell.c:48)
==439528==
==439528== LEAK SUMMARY:
==439528== definitely lost: 0 bytes in 0 blocks
==439528== indirectly lost: 0 bytes in 0 blocks
==439528== possibly lost: 0 bytes in 0 blocks
==439528== still reachable: 1,140 bytes in 6 blocks
==439528== suppressed: 0 bytes in 0 blocks
==439528==
==439528== For lists of detected and suppressed errors, rerun with: -s
==439528== ERROR SUMMARY: 4 errors from 1 contexts (suppressed: 0 from 0)
==439529==
==439529== HEAP SUMMARY:
==439529== in use at exit: 1,140 bytes in 6 blocks
==439529== total heap usage: 311 allocs, 305 frees, 53,380 bytes allocated
==439529==
==439529== 18 bytes in 1 blocks are still reachable in loss record 1 of 5
==439529== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439529== by 0x494836D: strdup (in /usr/lib64/libc.so.6)
==439529== by 0x4002B25: execute_batch_file (shell.c:535)
==439529== by 0x400170E: main (shell.c:48)
==439529==
==439529== 18 bytes in 2 blocks are still reachable in loss record 2 of 5
==439529== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439529== by 0x494836D: strdup (in /usr/lib64/libc.so.6)
==439529== by 0x4001DC9: parse_command (shell.c:241)
==439529== by 0x4002B6D: execute_batch_file (shell.c:542)
==439529== by 0x400170E: main (shell.c:48)
==439529==
==439529== 120 bytes in 1 blocks are still reachable in loss record 3 of 5
==439529== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439529== by 0x491B2B5: getdelim (in /usr/lib64/libc.so.6)
==439529== by 0x4002BEB: execute_batch_file (shell.c:486)
==439529== by 0x400170E: main (shell.c:48)
==439529==
==439529== 472 bytes in 1 blocks are still reachable in loss record 4 of 5
==439529== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439529== by 0x491A1CE: __fopen_internal (in /usr/lib64/libc.so.6)
==439529== by 0x400290B: execute_batch_file (shell.c:472)
==439529== by 0x400170E: main (shell.c:48)
==439529==
==439529== 512 bytes in 1 blocks are still reachable in loss record 5 of 5
==439529== at 0x484D8D8: malloc (vg_replace_malloc.c:446)
==439529== by 0x4001A44: parse_command (shell.c:153)
==439529== by 0x4002B6D: execute_batch_file (shell.c:542)
==439529== by 0x400170E: main (shell.c:48)
==439529==
==439529== LEAK SUMMARY:
==439529== definitely lost: 0 bytes in 0 blocks
==439529== indirectly lost: 0 bytes in 0 blocks
==439529== possibly lost: 0 bytes in 0 blocks
==439529== still reachable: 1,140 bytes in 6 blocks
==439529== suppressed: 0 bytes in 0 blocks
==439529==
==439529== For lists of detected and suppressed errors, rerun with: -s
==439529== ERROR SUMMARY: 4 errors from 1 contexts (suppressed: 0 from 0)
==439526==
==439526== HEAP SUMMARY:
==439526== in use at exit: 0 bytes in 0 blocks
==439526== total heap usage: 326 allocs, 326 frees, 50,504 bytes allocated
==439526==
==439526== All heap blocks were freed -- no leaks are possible
==439526==
==439526== For lists of detected and suppressed errors, rerun with: -s
==439526== ERROR SUMMARY: 4 errors from 1 contexts (suppressed: 0 from 0)