Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / exit_on_first_error_with_xml.stderr.exp
blob3a02ca5323624bce0b2ceeddb3f6645dda2390c4
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>./badaddrvalue</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>InvalidWrite</kind>
35   <what>Invalid write of size 1</what>
36   <stack>
37     <frame>
38       <ip>0x........</ip>
39       <obj>...</obj>
40       <fn>main</fn>
41       <dir>...</dir>
42       <file>badaddrvalue.c</file>
43       <line>...</line>
44     </frame>
45   </stack>
46   <auxwhat>Address 0x........ is 1 bytes before a block of size 8 alloc'd</auxwhat>
47   <stack>
48     <frame>
49       <ip>0x........</ip>
50       <obj>...</obj>
51       <fn>malloc</fn>
52       <dir>...</dir>
53       <file>vg_replace_malloc.c</file>
54       <line>...</line>
55     </frame>
56     <frame>
57       <ip>0x........</ip>
58       <obj>...</obj>
59       <fn>main</fn>
60       <dir>...</dir>
61       <file>badaddrvalue.c</file>
62       <line>...</line>
63     </frame>
64   </stack>
65 </error>
67 </valgrindoutput>