blob: f0b58a351a97d520ecc9c64b07d3dd85def5e215 [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 (tc21_pthonce.c:86)
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 (tc21_pthonce.c:86)
13
14Possible data race during write of size 4 at 0x........
15 at 0x........: child (tc21_pthonce.c:74)
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)