Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / mismatches_xml.stderr.exp2
blob17972cd066730c89f5daf4cf78a8915b6ba0c565
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>MismatchedAllocateDeallocateSize</kind>
35 <what>Mismatched new/delete size value: 4</what>
36 <stack>
37 <frame>
38 <ip>0x........</ip>
39 <obj>...</obj>
40 <fn>operator delete(void*, unsigned long)</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*, unsigned long)</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 10 alloc'd</auxwhat>
143 <stack>
144 <frame>
145 <ip>0x........</ip>
146 <obj>...</obj>
147 <fn>malloc</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>MismatchedAllocateDeallocateSize</kind>
167 <what>Mismatched new/delete size value: 4</what>
168 <stack>
169 <frame>
170 <ip>0x........</ip>
171 <obj>...</obj>
172 <fn>operator delete(void*, unsigned long)</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*, unsigned long)</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 40 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 40 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>
295 <error>
296 <unique>0x........</unique>
297 <tid>...</tid>
298 <kind>MismatchedFree</kind>
299 <what>Mismatched free() / delete / delete []</what>
300 <stack>
301 <frame>
302 <ip>0x........</ip>
303 <obj>...</obj>
304 <fn>operator delete[](void*)</fn>
305 <dir>...</dir>
306 <file>vg_replace_malloc.c</file>
307 <line>...</line>
308 </frame>
309 <frame>
310 <ip>0x........</ip>
311 <obj>...</obj>
312 <fn>main</fn>
313 <dir>...</dir>
314 <file>mismatches.cpp</file>
315 <line>...</line>
316 </frame>
317 </stack>
318 <auxwhat>Address 0x........ is 0 bytes inside a block of size 4 alloc'd</auxwhat>
319 <stack>
320 <frame>
321 <ip>0x........</ip>
322 <obj>...</obj>
323 <fn>operator new(unsigned long)</fn>
324 <dir>...</dir>
325 <file>vg_replace_malloc.c</file>
326 <line>...</line>
327 </frame>
328 <frame>
329 <ip>0x........</ip>
330 <obj>...</obj>
331 <fn>main</fn>
332 <dir>...</dir>
333 <file>mismatches.cpp</file>
334 <line>...</line>
335 </frame>
336 </stack>
337 </error>
339 <error>
340 <unique>0x........</unique>
341 <tid>...</tid>
342 <kind>MismatchedFree</kind>
343 <what>Mismatched free() / delete / delete []</what>
344 <stack>
345 <frame>
346 <ip>0x........</ip>
347 <obj>...</obj>
348 <fn>free</fn>
349 <dir>...</dir>
350 <file>vg_replace_malloc.c</file>
351 <line>...</line>
352 </frame>
353 <frame>
354 <ip>0x........</ip>
355 <obj>...</obj>
356 <fn>main</fn>
357 <dir>...</dir>
358 <file>mismatches.cpp</file>
359 <line>...</line>
360 </frame>
361 </stack>
362 <auxwhat>Address 0x........ is 0 bytes inside a block of size 4 alloc'd</auxwhat>
363 <stack>
364 <frame>
365 <ip>0x........</ip>
366 <obj>...</obj>
367 <fn>operator new(unsigned long)</fn>
368 <dir>...</dir>
369 <file>vg_replace_malloc.c</file>
370 <line>...</line>
371 </frame>
372 <frame>
373 <ip>0x........</ip>
374 <obj>...</obj>
375 <fn>main</fn>
376 <dir>...</dir>
377 <file>mismatches.cpp</file>
378 <line>...</line>
379 </frame>
380 </stack>
381 </error>
384 <status>
385 <state>FINISHED</state>
386 <time>...</time>
387 </status>
389 <errorcounts>
390 <pair>
391 <count>...</count>
392 <unique>0x........</unique>
393 </pair>
394 <pair>
395 <count>...</count>
396 <unique>0x........</unique>
397 </pair>
398 <pair>
399 <count>...</count>
400 <unique>0x........</unique>
401 </pair>
402 <pair>
403 <count>...</count>
404 <unique>0x........</unique>
405 </pair>
406 <pair>
407 <count>...</count>
408 <unique>0x........</unique>
409 </pair>
410 <pair>
411 <count>...</count>
412 <unique>0x........</unique>
413 </pair>
414 <pair>
415 <count>...</count>
416 <unique>0x........</unique>
417 </pair>
418 <pair>
419 <count>...</count>
420 <unique>0x........</unique>
421 </pair>
422 </errorcounts>
424 <suppcounts>...</suppcounts>
426 </valgrindoutput>