blob: feed364027dbcc9927b153387b2bebbbc7b2b9ca [file] [log] [blame]
Thread #x was created
...
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg03_inherit.c:46)
Thread #x is the program's root thread
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: t2 (hg03_inherit.c:28)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
This conflicts with a previous read of size 4 by thread #x
at 0x........: main (hg03_inherit.c:60)
Location 0x........ is 0 bytes inside shared[1],
declared at hg03_inherit.c:11, in frame #x of thread x
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: t2 (hg03_inherit.c:29)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
This conflicts with a previous read of size 4 by thread #x
at 0x........: main (hg03_inherit.c:60)
Location 0x........ is 0 bytes inside shared[1],
declared at hg03_inherit.c:11, in frame #x of thread x
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)