drd/tests/tsan_thread_wrappers_pthread.h: Fix MyThread::ThreadBody()
[valgrind.git] / helgrind / tests / hg05_race2.stderr.exp
blob708ee46fee5e5b2da4de9331fa6ed0b5fcbb0f05
2 ---Thread-Announcement------------------------------------------
4 Thread #x was created
5    ...
6    by 0x........: pthread_create@* (hg_intercepts.c:...)
7    by 0x........: main (hg05_race2.c:29)
9 ---Thread-Announcement------------------------------------------
11 Thread #x was created
12    ...
13    by 0x........: pthread_create@* (hg_intercepts.c:...)
14    by 0x........: main (hg05_race2.c:27)
16 ----------------------------------------------------------------
18 Possible data race during read of size 4 at 0x........ by thread #x
19 Locks held: none
20    at 0x........: th (hg05_race2.c:17)
21    by 0x........: mythread_wrapper (hg_intercepts.c:...)
22    ...
24 This conflicts with a previous write of size 4 by thread #x
25 Locks held: none
26    at 0x........: th (hg05_race2.c:17)
27    by 0x........: mythread_wrapper (hg_intercepts.c:...)
28    ...
29  Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
30  declared at hg05_race2.c:24, in frame #x of thread x
32 ----------------------------------------------------------------
34 Possible data race during write of size 4 at 0x........ by thread #x
35 Locks held: none
36    at 0x........: th (hg05_race2.c:17)
37    by 0x........: mythread_wrapper (hg_intercepts.c:...)
38    ...
40 This conflicts with a previous write of size 4 by thread #x
41 Locks held: none
42    at 0x........: th (hg05_race2.c:17)
43    by 0x........: mythread_wrapper (hg_intercepts.c:...)
44    ...
45  Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
46  declared at hg05_race2.c:24, in frame #x of thread x
49 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)