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