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