blob: e4286bcdadc6a721480f34f44dca3edf9e582d44 [file] [log] [blame]
sewardjb4112022007-11-09 22:49:28 +00001
2Thread #1 is the program's root thread
3
4Thread #2 was created
5 at 0x........: clone (in /...libc...)
6 by 0x........: ...
7 by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
8 by 0x........: pthread_create@* (hg_intercepts.c:...)
9 by 0x........: main (tc16_byterace.c:22)
10
11Possible data race during write of size 1 at 0x........
12 at 0x........: main (tc16_byterace.c:34)
13 Old state: shared-readonly by threads #1, #2
14 New state: shared-modified by threads #1, #2
15 Reason: this thread, #1, holds no consistent locks
16 Location 0x........ has never been protected by any lock
17
18ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)