tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git] / memcheck / tests / threadname.stderr.exp
blob3321af761bb27dac5ccae48b5d78d53292990714
1 Invalid write of size 1
2 at 0x........: bad_things (threadname.c:21)
3 by 0x........: main (threadname.c:81)
4 Address 0x........ is 0 bytes after a block of size 1 alloc'd
5 at 0x........: malloc (vg_replace_malloc.c:...)
6 by 0x........: bad_things (threadname.c:20)
7 by 0x........: main (threadname.c:81)
9 Thread 2:
10 Invalid write of size 1
11 at 0x........: bad_things (threadname.c:21)
12 by 0x........: child_fn_0 (threadname.c:66)
13 ...
14 Address 0x........ is 0 bytes after a block of size 2 alloc'd
15 at 0x........: malloc (vg_replace_malloc.c:...)
16 by 0x........: bad_things (threadname.c:20)
17 by 0x........: child_fn_0 (threadname.c:66)
18 ...
20 Thread 3 try1:
21 Invalid write of size 1
22 at 0x........: bad_things (threadname.c:21)
23 by 0x........: child_fn_1 (threadname.c:51)
24 ...
25 Address 0x........ is 0 bytes after a block of size 3 alloc'd
26 at 0x........: malloc (vg_replace_malloc.c:...)
27 by 0x........: bad_things (threadname.c:20)
28 by 0x........: child_fn_1 (threadname.c:51)
29 ...
31 Thread 4 012345678901234:
32 Invalid write of size 1
33 at 0x........: bad_things (threadname.c:21)
34 by 0x........: child_fn_2 (threadname.c:35)
35 ...
36 Address 0x........ is 0 bytes after a block of size 4 alloc'd
37 at 0x........: malloc (vg_replace_malloc.c:...)
38 by 0x........: bad_things (threadname.c:20)
39 by 0x........: child_fn_2 (threadname.c:35)
40 ...
42 Thread 1:
43 Invalid write of size 1
44 at 0x........: bad_things (threadname.c:21)
45 by 0x........: main (threadname.c:89)
46 Address 0x........ is 0 bytes after a block of size 5 alloc'd
47 at 0x........: malloc (vg_replace_malloc.c:...)
48 by 0x........: bad_things (threadname.c:20)
49 by 0x........: main (threadname.c:89)