Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / none / tests / socket_close_xml.stderr.exp
blob69a2c514ec5d36674f307fddbe13dcb07feb224c
1 <?xml version="1.0"?>
3 <valgrindoutput>
5 <protocolversion>5</protocolversion>
6 <protocoltool>none</protocoltool>
8 <preamble>
9   <line>Nulgrind, the minimal Valgrind tool</line>
10   <line>Copyright...</line>
11   <line>Using Valgrind...</line>
12   <line>Command: ./socket_close</line>
13 </preamble>
15 <pid>...</pid>
16 <ppid>...</ppid>
17 <tool>none</tool>
19 <args>
20   <vargv>
21     <exe>...</exe>
22     <arg>--command-line-only=yes</arg>
23     <arg>--memcheck:leak-check=no</arg>
24     <arg>--tool=none</arg>
25     <arg>-q</arg>
26     <arg>--track-fds=yes</arg>
27     <arg>--xml=yes</arg>
28     <arg>--xml-fd=2</arg>
29   </vargv>
30   <argv>
31     <exe>...</exe>
32   </argv>
33 </args>
35 <status>
36   <state>RUNNING</state>
37   <time>...</time>
38 </status>
40 Open socket 3
41 close socket_fd 3
42 and close the socket again 3
43 <error>
44   <unique>0x........</unique>
45   <tid>...</tid>
46   <kind>FdBadClose</kind>
47   <fd>3</fd>
48   <what>...</what>
49   <stack>
50     <frame>
51       <ip>0x........</ip>
52       <obj>...</obj>
53       <fn>main</fn>
54       <dir>...</dir>
55       <file>socket_close.c</file>
56       <line>40</line>
57     </frame>
58   </stack>
59   <auxwhat>Previously closed</auxwhat>
60   <stack>
61     <frame>
62       <ip>0x........</ip>
63       <obj>...</obj>
64       <fn>main</fn>
65       <dir>...</dir>
66       <file>socket_close.c</file>
67       <line>36</line>
68     </frame>
69   </stack>
70   <auxwhat>Originally opened</auxwhat>
71   <stack>
72     <frame>
73       <ip>0x........</ip>
74       <obj>...</obj>
75       <fn>open_socket</fn>
76       <dir>...</dir>
77       <file>socket_close.c</file>
78       <line>17</line>
79     </frame>
80     <frame>
81       <ip>0x........</ip>
82       <obj>...</obj>
83       <fn>main</fn>
84       <dir>...</dir>
85       <file>socket_close.c</file>
86       <line>31</line>
87     </frame>
88   </stack>
89 </error>
92 <status>
93   <state>FINISHED</state>
94   <time>...</time>
95 </status>
97 <errorcounts>
98   <pair>
99     <count>1</count>
100     <unique>0x........</unique>
101   </pair>
102 </errorcounts>
105 </valgrindoutput>