Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / mismatches_xml.stderr.exp
blob95c77bf3c29d316000b132d166a8d2201a52f9fc
1 <?xml version="1.0"?>
3 <valgrindoutput>
5 <protocolversion>4</protocolversion>
6 <protocoltool>memcheck</protocoltool>
8 <preamble>
9   <line>...</line>
10   <line>...</line>
11   <line>...</line>
12   <line>...</line>
13 </preamble>
15 <pid>...</pid>
16 <ppid>...</ppid>
17 <tool>memcheck</tool>
19 <args>
20   <vargv>...</vargv>
21   <argv>
22     <exe>./mismatches</exe>
23   </argv>
24 </args>
26 <status>
27   <state>RUNNING</state>
28   <time>...</time>
29 </status>
31 <error>
32   <unique>0x........</unique>
33   <tid>...</tid>
34   <kind>MismatchedFree</kind>
35   <what>Mismatched free() / delete / delete []</what>
36   <stack>
37     <frame>
38       <ip>0x........</ip>
39       <obj>...</obj>
40       <fn>operator delete(void*)</fn>
41       <dir>...</dir>
42       <file>vg_replace_malloc.c</file>
43       <line>...</line>
44     </frame>
45     <frame>
46       <ip>0x........</ip>
47       <obj>...</obj>
48       <fn>main</fn>
49       <dir>...</dir>
50       <file>mismatches.cpp</file>
51       <line>...</line>
52     </frame>
53   </stack>
54   <auxwhat>Address 0x........ is 0 bytes inside a block of size 10 alloc'd</auxwhat>
55   <stack>
56     <frame>
57       <ip>0x........</ip>
58       <obj>...</obj>
59       <fn>malloc</fn>
60       <dir>...</dir>
61       <file>vg_replace_malloc.c</file>
62       <line>...</line>
63     </frame>
64     <frame>
65       <ip>0x........</ip>
66       <obj>...</obj>
67       <fn>main</fn>
68       <dir>...</dir>
69       <file>mismatches.cpp</file>
70       <line>...</line>
71     </frame>
72   </stack>
73 </error>
75 <error>
76   <unique>0x........</unique>
77   <tid>...</tid>
78   <kind>MismatchedFree</kind>
79   <what>Mismatched free() / delete / delete []</what>
80   <stack>
81     <frame>
82       <ip>0x........</ip>
83       <obj>...</obj>
84       <fn>operator delete[](void*)</fn>
85       <dir>...</dir>
86       <file>vg_replace_malloc.c</file>
87       <line>...</line>
88     </frame>
89     <frame>
90       <ip>0x........</ip>
91       <obj>...</obj>
92       <fn>main</fn>
93       <dir>...</dir>
94       <file>mismatches.cpp</file>
95       <line>...</line>
96     </frame>
97   </stack>
98   <auxwhat>Address 0x........ is 0 bytes inside a block of size 10 alloc'd</auxwhat>
99   <stack>
100     <frame>
101       <ip>0x........</ip>
102       <obj>...</obj>
103       <fn>malloc</fn>
104       <dir>...</dir>
105       <file>vg_replace_malloc.c</file>
106       <line>...</line>
107     </frame>
108     <frame>
109       <ip>0x........</ip>
110       <obj>...</obj>
111       <fn>main</fn>
112       <dir>...</dir>
113       <file>mismatches.cpp</file>
114       <line>...</line>
115     </frame>
116   </stack>
117 </error>
119 <error>
120   <unique>0x........</unique>
121   <tid>...</tid>
122   <kind>MismatchedFree</kind>
123   <what>Mismatched free() / delete / delete []</what>
124   <stack>
125     <frame>
126       <ip>0x........</ip>
127       <obj>...</obj>
128       <fn>operator delete(void*)</fn>
129       <dir>...</dir>
130       <file>vg_replace_malloc.c</file>
131       <line>...</line>
132     </frame>
133     <frame>
134       <ip>0x........</ip>
135       <obj>...</obj>
136       <fn>main</fn>
137       <dir>...</dir>
138       <file>mismatches.cpp</file>
139       <line>...</line>
140     </frame>
141   </stack>
142   <auxwhat>Address 0x........ is 0 bytes inside a block of size 40 alloc'd</auxwhat>
143   <stack>
144     <frame>
145       <ip>0x........</ip>
146       <obj>...</obj>
147       <fn>operator new[](unsigned long)</fn>
148       <dir>...</dir>
149       <file>vg_replace_malloc.c</file>
150       <line>...</line>
151     </frame>
152     <frame>
153       <ip>0x........</ip>
154       <obj>...</obj>
155       <fn>main</fn>
156       <dir>...</dir>
157       <file>mismatches.cpp</file>
158       <line>...</line>
159     </frame>
160   </stack>
161 </error>
163 <error>
164   <unique>0x........</unique>
165   <tid>...</tid>
166   <kind>MismatchedFree</kind>
167   <what>Mismatched free() / delete / delete []</what>
168   <stack>
169     <frame>
170       <ip>0x........</ip>
171       <obj>...</obj>
172       <fn>free</fn>
173       <dir>...</dir>
174       <file>vg_replace_malloc.c</file>
175       <line>...</line>
176     </frame>
177     <frame>
178       <ip>0x........</ip>
179       <obj>...</obj>
180       <fn>main</fn>
181       <dir>...</dir>
182       <file>mismatches.cpp</file>
183       <line>...</line>
184     </frame>
185   </stack>
186   <auxwhat>Address 0x........ is 0 bytes inside a block of size 40 alloc'd</auxwhat>
187   <stack>
188     <frame>
189       <ip>0x........</ip>
190       <obj>...</obj>
191       <fn>operator new[](unsigned long)</fn>
192       <dir>...</dir>
193       <file>vg_replace_malloc.c</file>
194       <line>...</line>
195     </frame>
196     <frame>
197       <ip>0x........</ip>
198       <obj>...</obj>
199       <fn>main</fn>
200       <dir>...</dir>
201       <file>mismatches.cpp</file>
202       <line>...</line>
203     </frame>
204   </stack>
205 </error>
207 <error>
208   <unique>0x........</unique>
209   <tid>...</tid>
210   <kind>MismatchedFree</kind>
211   <what>Mismatched free() / delete / delete []</what>
212   <stack>
213     <frame>
214       <ip>0x........</ip>
215       <obj>...</obj>
216       <fn>operator delete[](void*)</fn>
217       <dir>...</dir>
218       <file>vg_replace_malloc.c</file>
219       <line>...</line>
220     </frame>
221     <frame>
222       <ip>0x........</ip>
223       <obj>...</obj>
224       <fn>main</fn>
225       <dir>...</dir>
226       <file>mismatches.cpp</file>
227       <line>...</line>
228     </frame>
229   </stack>
230   <auxwhat>Address 0x........ is 0 bytes inside a block of size 4 alloc'd</auxwhat>
231   <stack>
232     <frame>
233       <ip>0x........</ip>
234       <obj>...</obj>
235       <fn>operator new(unsigned long)</fn>
236       <dir>...</dir>
237       <file>vg_replace_malloc.c</file>
238       <line>...</line>
239     </frame>
240     <frame>
241       <ip>0x........</ip>
242       <obj>...</obj>
243       <fn>main</fn>
244       <dir>...</dir>
245       <file>mismatches.cpp</file>
246       <line>...</line>
247     </frame>
248   </stack>
249 </error>
251 <error>
252   <unique>0x........</unique>
253   <tid>...</tid>
254   <kind>MismatchedFree</kind>
255   <what>Mismatched free() / delete / delete []</what>
256   <stack>
257     <frame>
258       <ip>0x........</ip>
259       <obj>...</obj>
260       <fn>free</fn>
261       <dir>...</dir>
262       <file>vg_replace_malloc.c</file>
263       <line>...</line>
264     </frame>
265     <frame>
266       <ip>0x........</ip>
267       <obj>...</obj>
268       <fn>main</fn>
269       <dir>...</dir>
270       <file>mismatches.cpp</file>
271       <line>...</line>
272     </frame>
273   </stack>
274   <auxwhat>Address 0x........ is 0 bytes inside a block of size 4 alloc'd</auxwhat>
275   <stack>
276     <frame>
277       <ip>0x........</ip>
278       <obj>...</obj>
279       <fn>operator new(unsigned long)</fn>
280       <dir>...</dir>
281       <file>vg_replace_malloc.c</file>
282       <line>...</line>
283     </frame>
284     <frame>
285       <ip>0x........</ip>
286       <obj>...</obj>
287       <fn>main</fn>
288       <dir>...</dir>
289       <file>mismatches.cpp</file>
290       <line>...</line>
291     </frame>
292   </stack>
293 </error>
296 <status>
297   <state>FINISHED</state>
298   <time>...</time>
299 </status>
301 <errorcounts>
302   <pair>
303     <count>...</count>
304     <unique>0x........</unique>
305   </pair>
306   <pair>
307     <count>...</count>
308     <unique>0x........</unique>
309   </pair>
310   <pair>
311     <count>...</count>
312     <unique>0x........</unique>
313   </pair>
314   <pair>
315     <count>...</count>
316     <unique>0x........</unique>
317   </pair>
318   <pair>
319     <count>...</count>
320     <unique>0x........</unique>
321   </pair>
322   <pair>
323     <count>...</count>
324     <unique>0x........</unique>
325   </pair>
326 </errorcounts>
328 <suppcounts>...</suppcounts>
330 </valgrindoutput>