Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / err_disable1.stderr.exp
blob02bf2599d8be2e48e9d57f98f54bf4210fe9cb83
2 --------- SIMPLE TEST ---------
5 --------- enabled (expect 1) ---------
7 Invalid read of size 1
8    at 0x........: err (err_disable1.c:21)
9    by 0x........: main (err_disable1.c:32)
10  Address 0x........ is 5 bytes inside a block of size 10 free'd
11    at 0x........: free (vg_replace_malloc.c:...)
12    by 0x........: main (err_disable1.c:27)
13  Block was alloc'd at
14    at 0x........: malloc (vg_replace_malloc.c:...)
15    by 0x........: main (err_disable1.c:26)
18 --------- disabled (expect 0) ---------
21 --------- re-enabled (expect 1) ---------
23 Invalid read of size 1
24    at 0x........: err (err_disable1.c:21)
25    by 0x........: main (err_disable1.c:42)
26  Address 0x........ is 5 bytes inside a block of size 10 free'd
27    at 0x........: free (vg_replace_malloc.c:...)
28    by 0x........: main (err_disable1.c:27)
29  Block was alloc'd at
30    at 0x........: malloc (vg_replace_malloc.c:...)
31    by 0x........: main (err_disable1.c:26)
34 --------- MULTI-LEVEL TEST (expect 2) ---------
36 Invalid read of size 1
37    at 0x........: err (err_disable1.c:21)
38    by 0x........: main (err_disable1.c:67)
39  Address 0x........ is 5 bytes inside a block of size 10 free'd
40    at 0x........: free (vg_replace_malloc.c:...)
41    by 0x........: main (err_disable1.c:27)
42  Block was alloc'd at
43    at 0x........: malloc (vg_replace_malloc.c:...)
44    by 0x........: main (err_disable1.c:26)
46 Invalid read of size 1
47    at 0x........: err (err_disable1.c:21)
48    by 0x........: main (err_disable1.c:70)
49  Address 0x........ is 5 bytes inside a block of size 10 free'd
50    at 0x........: free (vg_replace_malloc.c:...)
51    by 0x........: main (err_disable1.c:27)
52  Block was alloc'd at
53    at 0x........: malloc (vg_replace_malloc.c:...)
54    by 0x........: main (err_disable1.c:26)
57 --------- MULTI-LEVEL TEST end ---------