-
Notifications
You must be signed in to change notification settings - Fork 0
/
ValgrindOut.xml
65 lines (53 loc) · 1.51 KB
/
ValgrindOut.xml
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
<?xml version="1.0"?>
<valgrindoutput>
<protocolversion>4</protocolversion>
<protocoltool>memcheck</protocoltool>
<preamble>
<line>Memcheck, a memory error detector</line>
<line>Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.</line>
<line>Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info</line>
<line>Command: /home/iprudnikov/Tech_skills/Coding/Edu_projects/TrieNgram_Revised/bin/Debug/TrieNgram -m exploit -n 1 -d trie.dat -l 50 -t ростову</line>
</preamble>
<pid>6804</pid>
<ppid>4158</ppid>
<tool>memcheck</tool>
<args>
<vargv>
<exe>/usr/bin/valgrind.bin</exe>
<arg>--suppressions=/usr/lib/valgrind/debian-libc6-dbg.supp</arg>
<arg>--leak-check=full</arg>
<arg>--track-origins=yes</arg>
<arg>--xml=yes</arg>
<arg>--xml-file=/home/iprudnikov/Tech_skills/Coding/Edu_projects/TrieNgram_Revised/ValgrindOut.xml</arg>
</vargv>
<argv>
<exe>/home/iprudnikov/Tech_skills/Coding/Edu_projects/TrieNgram_Revised/bin/Debug/TrieNgram</exe>
<arg>-m</arg>
<arg>exploit</arg>
<arg>-n</arg>
<arg>1</arg>
<arg>-d</arg>
<arg>trie.dat</arg>
<arg>-l</arg>
<arg>50</arg>
<arg>-t</arg>
<arg>ростову</arg>
</argv>
</args>
<status>
<state>RUNNING</state>
<time>00:00:00:00.820 </time>
</status>
<status>
<state>FINISHED</state>
<time>00:00:04:02.596 </time>
</status>
<errorcounts>
</errorcounts>
<suppcounts>
<pair>
<count>2</count>
<name>dl-hack3-cond-1</name>
</pair>
</suppcounts>
</valgrindoutput>