none/tests/fdleak_cmsg_supp.supp: Add suppressions for older glibc
[valgrind.git] / none / tests / file_dclose_xml.stderr.exp
blob4e4bd773cbfd0e3be40c680a420a4fe563f3ffa5
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: ./file_dclose</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 close 3
41 time passes and we close 3 again
42 <error>
43   <unique>0x........</unique>
44   <tid>...</tid>
45   <kind>FdBadClose</kind>
46   <fd>3</fd>
47   <path>...</path>
48   <what>...</what>
49   <stack>
50     <frame>
51       <ip>0x........</ip>
52       <obj>...</obj>
53       <fn>closefile</fn>
54       <dir>...</dir>
55       <file>file_dclose.c</file>
56       <line>17</line>
57     </frame>
58     <frame>
59       <ip>0x........</ip>
60       <obj>...</obj>
61       <fn>main</fn>
62       <dir>...</dir>
63       <file>file_dclose.c</file>
64       <line>35</line>
65     </frame>
66   </stack>
67   <auxwhat>Previously closed</auxwhat>
68   <stack>
69     <frame>
70       <ip>0x........</ip>
71       <obj>...</obj>
72       <fn>main</fn>
73       <dir>...</dir>
74       <file>file_dclose.c</file>
75       <line>31</line>
76     </frame>
77   </stack>
78   <auxwhat>Originally opened</auxwhat>
79   <stack>
80     <frame>
81       <ip>0x........</ip>
82       <obj>...</obj>
83       <fn>openfile</fn>
84       <dir>...</dir>
85       <file>file_dclose.c</file>
86       <line>11</line>
87     </frame>
88     <frame>
89       <ip>0x........</ip>
90       <obj>...</obj>
91       <fn>main</fn>
92       <dir>...</dir>
93       <file>file_dclose.c</file>
94       <line>28</line>
95     </frame>
96   </stack>
97 </error>
100 <status>
101   <state>FINISHED</state>
102   <time>...</time>
103 </status>
105 <errorcounts>
106   <pair>
107     <count>1</count>
108     <unique>0x........</unique>
109   </pair>
110 </errorcounts>
113 </valgrindoutput>