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