2 ---Thread-Announcement------------------------------------------
6 by 0x........: pthread_create@* (hg_intercepts.c:...)
7 by 0x........: main (hg04_race.c:21)
9 ---Thread-Announcement------------------------------------------
13 by 0x........: pthread_create@* (hg_intercepts.c:...)
14 by 0x........: main (hg04_race.c:19)
16 ----------------------------------------------------------------
18 Possible data race during read of size 4 at 0x........ by thread #x
20 at 0x........: th (hg04_race.c:10)
21 by 0x........: mythread_wrapper (hg_intercepts.c:...)
24 This conflicts with a previous write of size 4 by thread #x
26 at 0x........: th (hg04_race.c:10)
27 by 0x........: mythread_wrapper (hg_intercepts.c:...)
29 Location 0x........ is 0 bytes inside global var "shared"
30 declared at hg04_race.c:6
32 ----------------------------------------------------------------
34 Possible data race during write of size 4 at 0x........ by thread #x
36 at 0x........: th (hg04_race.c:10)
37 by 0x........: mythread_wrapper (hg_intercepts.c:...)
40 This conflicts with a previous write of size 4 by thread #x
42 at 0x........: th (hg04_race.c:10)
43 by 0x........: mythread_wrapper (hg_intercepts.c:...)
45 Location 0x........ is 0 bytes inside global var "shared"
46 declared at hg04_race.c:6
49 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)