blob: dba4bbdfe57247d7505ade708b45b15e8d78afc9 [file] [log] [blame]
---Thread-Announcement------------------------------------------
Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: pthread_create@@GLIBC_2.2.5 (in /...libpthread...)
by 0x........: pthread_create_WRK (hg_intercepts.c:...)
---Thread-Announcement------------------------------------------
Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: pthread_create@@GLIBC_2.2.5 (in /...libpthread...)
by 0x........: pthread_create_WRK (hg_intercepts.c:...)
----------------------------------------------------------------
Possible data race during write of size 4 at 0x........ by thread #x
Locks held: none
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
This conflicts with a previous write of size 4 by thread #x
Locks held: none
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
Address 0x........ is 0 bytes inside a block of size 4 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: barriers_and_races (pth_barrier.c:72)
by 0x........: main (pth_barrier.c:107)