Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / freebsd / delete_sized_mismatch_xml.stderr.exp
blob55225906f9cdcf08f72c0842e3373b600ae30073
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>./delete_sized_mismatch</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: 33</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>delete_sized_mismatch.cpp</file>
51       <line>...</line>
52     </frame>
53   </stack>
54   <auxwhat>Address 0x........ is 0 bytes inside a block of size 32 alloc'd</auxwhat>
55   <stack>
56     <frame>
57       <ip>0x........</ip>
58       <obj>...</obj>
59       <fn>operator new(unsigned long)</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>delete_sized_mismatch.cpp</file>
70       <line>...</line>
71     </frame>
72   </stack>
73 </error>
75 <error>
76   <unique>0x........</unique>
77   <tid>...</tid>
78   <kind>MismatchedAllocateDeallocateSize</kind>
79   <what>Mismatched new[][/delete[] size value: 33</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>delete_sized_mismatch.cpp</file>
95       <line>...</line>
96     </frame>
97   </stack>
98   <auxwhat>Address 0x........ is 0 bytes inside a block of size 32 alloc'd</auxwhat>
99   <stack>
100     <frame>
101       <ip>0x........</ip>
102       <obj>...</obj>
103       <fn>operator new[](unsigned long)</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>delete_sized_mismatch.cpp</file>
114       <line>...</line>
115     </frame>
116   </stack>
117 </error>
120 <status>
121   <state>FINISHED</state>
122   <time>...</time>
123 </status>
125 <errorcounts>
126   <pair>
127     <count>...</count>
128     <unique>0x........</unique>
129   </pair>
130   <pair>
131     <count>...</count>
132     <unique>0x........</unique>
133   </pair>
134 </errorcounts>
136 <suppcounts>...</suppcounts>
138 </valgrindoutput>