blob: 7675dbb124e3621a1b454f9a7d6871f4e289243f [file] [log] [blame]
sewardjb4112022007-11-09 22:49:28 +00001
2starting
3Thread #2 was created
4 at 0x........: clone (in /...libc...)
5 by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
6 by 0x........: pthread_create@* (hg_intercepts.c:...)
7 by 0x........: main (tc17_sembar.c:195)
8
9Thread #3 was created
10 at 0x........: clone (in /...libc...)
11 by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
12 by 0x........: pthread_create@* (hg_intercepts.c:...)
13 by 0x........: main (tc17_sembar.c:195)
14
15Thread #4 was created
16 at 0x........: clone (in /...libc...)
17 by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
18 by 0x........: pthread_create@* (hg_intercepts.c:...)
19 by 0x........: main (tc17_sembar.c:195)
20
21Thread #5 was created
22 at 0x........: clone (in /...libc...)
23 by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
24 by 0x........: pthread_create@* (hg_intercepts.c:...)
25 by 0x........: main (tc17_sembar.c:195)
26
27Possible data race during read of size 4 at 0x........
28 at 0x........: gomp_barrier_wait (tc17_sembar.c:122)
29 by 0x........: child (tc17_sembar.c:161)
30 by 0x........: mythread_wrapper (hg_intercepts.c:...)
31 by 0x........: ...
32 by 0x........: ...
33 Old state: shared-modified by threads #2, #3, #4, #5
34 New state: shared-modified by threads #2, #3, #4, #5
35 Reason: this thread, #2, holds no consistent locks
36 Last consistently used lock for 0x........ was first observed
37 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
38 by 0x........: gomp_barrier_init (tc17_sembar.c:46)
39 by 0x........: main (tc17_sembar.c:192)
40done, result is 88, should be 88
41
42ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)