• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2---Thread-Announcement------------------------------------------
3
4Thread #x is the program's root thread
5
6---Thread-Announcement------------------------------------------
7
8Thread #x was created
9   ...
10   by 0x........: pthread_create_WRK (hg_intercepts.c:...)
11   by 0x........: pthread_create@* (hg_intercepts.c:...)
12   by 0x........: main (tc16_byterace.c:22)
13
14----------------------------------------------------------------
15
16Possible data race during read of size 1 at 0x........ by thread #x
17Locks held: none
18   at 0x........: main (tc16_byterace.c:34)
19
20This conflicts with a previous write of size 1 by thread #x
21Locks held: none
22   at 0x........: child_fn (tc16_byterace.c:13)
23   by 0x........: mythread_wrapper (hg_intercepts.c:...)
24   ...
25
26Location 0x........ is 0 bytes inside bytes[4],
27a global variable declared at tc16_byterace.c:7
28
29----------------------------------------------------------------
30
31Possible data race during write of size 1 at 0x........ by thread #x
32Locks held: none
33   at 0x........: main (tc16_byterace.c:34)
34
35This conflicts with a previous write of size 1 by thread #x
36Locks held: none
37   at 0x........: child_fn (tc16_byterace.c:13)
38   by 0x........: mythread_wrapper (hg_intercepts.c:...)
39   ...
40
41Location 0x........ is 0 bytes inside bytes[4],
42a global variable declared at tc16_byterace.c:7
43
44
45ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
46