at 0x........: main (ccc.cpp:21)
Address 0x........ is 4 bytes before the accessing pointer's
legitimate range, a block of size 4 alloc'd
- at 0x........: operator new(unsigned long) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new... (vg_replace_malloc.c:...)
by 0x........: main (ccc.cpp:9)
Invalid read of size 4
at 0x........: main (ccc.cpp:22)
Address 0x........ is 4 bytes before the accessing pointer's
legitimate range, a block of size 40 alloc'd
- at 0x........: operator new[](unsigned long) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new...) (vg_replace_malloc.c:...)
by 0x........: main (ccc.cpp:10)
Invalid read of size 4
at 0x........: main (ccc.cpp:21)
Address 0x........ is 4 bytes before the accessing pointer's
legitimate range, a block of size 4 alloc'd
- at 0x........: operator new(unsigned) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new... (vg_replace_malloc.c:...)
by 0x........: main (ccc.cpp:9)
Invalid read of size 4
at 0x........: main (ccc.cpp:22)
Address 0x........ is 4 bytes before the accessing pointer's
legitimate range, a block of size 40 alloc'd
- at 0x........: operator new[](unsigned) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
by 0x........: main (ccc.cpp:10)
Invalid read of size 4
at 0x........: main (ccc.cpp:21)
Address 0x........ is 4 bytes before the accessing pointer's
legitimate range, a block of size 4 alloc'd
- at 0x........: operator new(unsigned) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new... (vg_replace_malloc.c:...)
by 0x........: main (ccc.cpp:9)
Invalid read of size 4
at 0x........: main (ccc.cpp:22)
Address 0x........ is 4 bytes before the accessing pointer's
legitimate range, a block of size 40 alloc'd
- at 0x........: operator new[](unsigned) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
by 0x........: main (ccc.cpp:10)
Invalid read of size 4
at 0x........: main (ccc.cpp:21)
Address 0x........ is 4 bytes before the accessing pointer's
legitimate range, a block of size 4 alloc'd
- at 0x........: operator new(unsigned long) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new... (vg_replace_malloc.c:...)
by 0x........: main (ccc.cpp:9)
Invalid read of size 4
at 0x........: main (ccc.cpp:22)
Address 0x........ is 4 bytes before the accessing pointer's
legitimate range, a block of size 40 alloc'd
- at 0x........: operator new[](unsigned long) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
by 0x........: main (ccc.cpp:10)
Invalid read of size 4
# Anonymise line numbers in hg_intercepts.c
sed "s/hg_intercepts.c:[0-9]*/hg_intercepts.c:.../g" |
-# Change (eg) "/lib64/libpthread-2.5.so" into "/lib/libpthread..."
+# Change (eg) "/lib64/libpthread-2.5.so" into "/...libpthread..."
sed \
- -e "s/lib64/lib/g" \
- -e "s/libpthread.*so/libpthread\.\.\./g" |
+ -e "s/(in \/.*libpthread.*)$/(in \/...libpthread...)/" \
+ -e "s/(within \/.*libpthread.*)$/(within \/...libpthread...)/" |
# Change (eg) "pthread_create@@GLIBC_2.2.5" into "pthread_create@GLIBC"
# and (eg) "pthread_create@GLIBC_2.1" into "pthread_create@GLIBC"
# Tidy up in cases where glibc (+ libdl + libpthread + ld) have
# been built with debugging information, hence source locs are present
sed \
- -e "s/(createthread.c:[0-9]*)/(in \/lib\/libpthread...)/g" \
+ -e "s/(createthread.c:[0-9]*)/(in \/...libpthread...)/g" \
-e "s/(clone.S:[0-9]*)/(in \/...libc...)/g" \
- -e "s/start_thread (pthread_create.c:[0-9]*)$/start_thread (in \/lib\/libpthread...)/g" |
+ -e "s/start_thread (pthread_create.c:[0-9]*)$/start_thread (in \/...libpthread...)/g" |
# get rid of the numbers in bits of text "Thread #n", "thread #n",
# "Thread n" and "thread n",
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg02_deadlock.c:36)
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
by 0x........: t2 (hg02_deadlock.c:20)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Required order was established by acquisition of lock at 0x........
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
by 0x........: t1 (hg02_deadlock.c:9)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
followed by a later acquisition of lock at 0x........
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
by 0x........: t1 (hg02_deadlock.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Thread #3 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg02_deadlock.c:36)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg02_deadlock.c:36)
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
by 0x........: t2 (hg02_deadlock.c:20)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Required order was established by acquisition of lock at 0x........
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
by 0x........: t1 (hg02_deadlock.c:9)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
followed by a later acquisition of lock at 0x........
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
by 0x........: t1 (hg02_deadlock.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg03_inherit.c:46)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: t2 (hg03_inherit.c:28)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous read of size 4 by thread #x
at 0x........: main (hg03_inherit.c:60)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: t2 (hg03_inherit.c:29)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous read of size 4 by thread #x
at 0x........: main (hg03_inherit.c:60)
Thread #3 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg03_inherit.c:46)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg03_inherit.c:46)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: t2 (hg03_inherit.c:28)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous read of size 4 by thread #x
at 0x........: main (hg03_inherit.c:60)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: t2 (hg03_inherit.c:29)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous read of size 4 by thread #x
at 0x........: main (hg03_inherit.c:60)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg04_race.c:21)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg04_race.c:19)
Possible data race during read of size 4 at 0x........ by thread #x
at 0x........: th (hg04_race.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: th (hg04_race.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "shared"
declared at hg04_race.c:6, in frame #0 of thread x
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: th (hg04_race.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: th (hg04_race.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "shared"
declared at hg04_race.c:6, in frame #0 of thread x
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg04_race.c:19)
Thread #3 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg04_race.c:21)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg04_race.c:21)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg04_race.c:19)
Possible data race during read of size 4 at 0x........ by thread #x
at 0x........: th (hg04_race.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: th (hg04_race.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "shared"
declared at hg04_race.c:6, in frame #0 of thread x
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: th (hg04_race.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: th (hg04_race.c:10)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "shared"
declared at hg04_race.c:6, in frame #0 of thread x
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg05_race2.c:29)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg05_race2.c:27)
Possible data race during read of size 4 at 0x........ by thread #x
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
declared at hg05_race2.c:24, in frame #4 of thread x
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
declared at hg05_race2.c:24, in frame #4 of thread x
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg05_race2.c:27)
Thread #3 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg05_race2.c:29)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg05_race2.c:29)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (hg05_race2.c:27)
Possible data race during read of size 4 at 0x........ by thread #x
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
declared at hg05_race2.c:24, in frame #3 of thread x
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
declared at hg05_race2.c:24, in frame #3 of thread x
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: barriers_and_races (pth_barrier.c:84)
by 0x........: main (pth_barrier.c:107)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: threadfunc (pth_barrier.c:57)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (rwlock_race.c:48)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (rwlock_race.c:47)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: thread_func (rwlock_race.c:29)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: thread_func (rwlock_race.c:29)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "s_racy"
declared at rwlock_race.c:18, in frame #0 of thread x
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (rwlock_race.c:48)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (rwlock_race.c:47)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: thread_func (rwlock_race.c:29)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: thread_func (rwlock_race.c:29)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "s_racy"
declared at rwlock_race.c:18, in frame #0 of thread x
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc01_simple_race.c:22)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc01_simple_race.c:14)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "x"
declared at tc01_simple_race.c:9
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc01_simple_race.c:14)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "x"
declared at tc01_simple_race.c:9
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc01_simple_race.c:22)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc01_simple_race.c:22)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc01_simple_race.c:14)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "x"
declared at tc01_simple_race.c:9
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc01_simple_race.c:14)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "x"
declared at tc01_simple_race.c:9
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc05_simple_race.c:27)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc05_simple_race.c:19)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "y"
declared at tc05_simple_race.c:10
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc05_simple_race.c:19)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "y"
declared at tc05_simple_race.c:10
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc05_simple_race.c:27)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc05_simple_race.c:27)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc05_simple_race.c:19)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "y"
declared at tc05_simple_race.c:10
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc05_simple_race.c:19)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "y"
declared at tc05_simple_race.c:10
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc06_two_races.c:26)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc06_two_races.c:14)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprot1"
declared at tc06_two_races.c:9
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc06_two_races.c:14)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprot1"
declared at tc06_two_races.c:9
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc06_two_races.c:18)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprot2"
declared at tc06_two_races.c:9
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc06_two_races.c:18)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprot2"
declared at tc06_two_races.c:9
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc06_two_races.c:26)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc06_two_races.c:26)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc06_two_races.c:14)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprot1"
declared at tc06_two_races.c:9
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc06_two_races.c:14)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprot1"
declared at tc06_two_races.c:9
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc06_two_races.c:18)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprot2"
declared at tc06_two_races.c:9
This conflicts with a previous write of size 4 by thread #x
at 0x........: child_fn (tc06_two_races.c:18)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprot2"
declared at tc06_two_races.c:9
Thread #2 was created
at 0x........: clone (in /...libc...)
by 0x........: ...
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: nearly_main (tc09_bad_unlock.c:35)
by 0x........: main (tc09_bad_unlock.c:49)
Thread #3 was created
at 0x........: clone (in /...libc...)
by 0x........: ...
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: nearly_main (tc09_bad_unlock.c:35)
by 0x........: main (tc09_bad_unlock.c:50)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: nearly_main (tc09_bad_unlock.c:35)
by 0x........: main (tc09_bad_unlock.c:49)
at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
by 0x........: child_fn (tc09_bad_unlock.c:11)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Lock at 0x........ was first observed
at 0x........: pthread_mutex_init (hg_intercepts.c:...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: nearly_main (tc09_bad_unlock.c:35)
by 0x........: main (tc09_bad_unlock.c:50)
at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
by 0x........: child_fn (tc09_bad_unlock.c:11)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Lock at 0x........ was first observed
at 0x........: pthread_mutex_init (hg_intercepts.c:...)
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: nearly_main (tc09_bad_unlock.c:35)
by 0x........: main (tc09_bad_unlock.c:49)
Thread #3 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: nearly_main (tc09_bad_unlock.c:35)
by 0x........: main (tc09_bad_unlock.c:50)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: nearly_main (tc09_bad_unlock.c:35)
by 0x........: main (tc09_bad_unlock.c:49)
at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
by 0x........: child_fn (tc09_bad_unlock.c:11)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Lock at 0x........ was first observed
at 0x........: pthread_mutex_init (hg_intercepts.c:...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: nearly_main (tc09_bad_unlock.c:35)
by 0x........: main (tc09_bad_unlock.c:50)
at 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
by 0x........: child_fn (tc09_bad_unlock.c:11)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Lock at 0x........ was first observed
at 0x........: pthread_mutex_init (hg_intercepts.c:...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc14_laog_dinphils.c:34)
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
by 0x........: dine (tc14_laog_dinphils.c:19)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
ERROR SUMMARY: 1000 errors from 1 contexts (suppressed: 0 from 0)
Thread #6 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc14_laog_dinphils.c:34)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc14_laog_dinphils.c:34)
at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
by 0x........: dine (tc14_laog_dinphils.c:19)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
ERROR SUMMARY: 1000 errors from 1 contexts (suppressed: 0 from 0)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc16_byterace.c:22)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child_fn (tc16_byterace.c:13)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside bytes[4],
a global variable declared at tc16_byterace.c:7
This conflicts with a previous write of size 1 by thread #x
at 0x........: child_fn (tc16_byterace.c:13)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside bytes[4],
a global variable declared at tc16_byterace.c:7
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc16_byterace.c:22)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc16_byterace.c:22)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child_fn (tc16_byterace.c:13)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside bytes[4],
a global variable declared at tc16_byterace.c:7
This conflicts with a previous write of size 1 by thread #x
at 0x........: child_fn (tc16_byterace.c:13)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside bytes[4],
a global variable declared at tc16_byterace.c:7
starting
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc17_sembar.c:195)
Thread #3 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc17_sembar.c:195)
Thread #4 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc17_sembar.c:195)
Thread #5 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc17_sembar.c:195)
---------- char gran, 0 .. 99, skip 0 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 1 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 2 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 3 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 4 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 5 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 6 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 7 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 8 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 9 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 10 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 11 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 12 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 13 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 14 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 15 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 16 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 17 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 18 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 19 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 20 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 21 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 22 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 23 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 24 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 25 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 26 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 27 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 28 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 29 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 30 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 31 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 32 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 33 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 34 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 35 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 36 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 37 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 38 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 39 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 40 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 41 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 42 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 43 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 44 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 45 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 46 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 47 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 48 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 49 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 50 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 51 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 52 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 53 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 54 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 55 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 56 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 57 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 58 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 59 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 60 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 61 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 62 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 63 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 64 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 65 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 66 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 67 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 68 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 69 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 70 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 71 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 72 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 73 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 74 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 75 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 76 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 77 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 78 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 79 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 80 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 81 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 82 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 83 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 84 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 85 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 86 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 87 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 88 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 89 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 90 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 91 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 92 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 93 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 94 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 95 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 96 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:480)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:480)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 97 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 98 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:484)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:484)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
==========================================================
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
More than 100 errors detected. Subsequent errors
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 2 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 3 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 4 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 5 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 6 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 7 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 8 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 9 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 10 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 11 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 12 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 13 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 14 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 15 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 16 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 17 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 18 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 19 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 20 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 21 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 22 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 23 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 24 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 25 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 26 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 27 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 28 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 29 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 30 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 31 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 32 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 33 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 34 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 35 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 36 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 37 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 38 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 39 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 40 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 41 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 42 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 43 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 44 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 45 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 46 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 47 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 48 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 49 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 50 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 51 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 52 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 53 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 54 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 55 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 56 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 57 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 58 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 59 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 60 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 61 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 62 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 63 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 64 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 65 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 66 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 67 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 68 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 69 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 70 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 71 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 72 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 73 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 74 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 75 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 76 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 77 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 78 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 79 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 80 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 81 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 82 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 83 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 84 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 85 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 86 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 87 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 88 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 89 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 90 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 91 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 92 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 93 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 94 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 95 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 96 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:480)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:480)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 97 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
==========================================================
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 1 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 2 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 3 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 4 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 5 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 6 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 7 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 8 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 9 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 10 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 11 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 12 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 13 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 14 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 15 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 16 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 17 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 18 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 19 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 20 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 21 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 22 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 23 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 24 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 25 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 26 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 27 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 28 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 29 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 30 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 31 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 32 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 33 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 34 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 35 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 36 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 37 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 38 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 39 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 40 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 41 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 42 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 43 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 44 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 45 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 46 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 47 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 48 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 49 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 50 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 51 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 52 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 53 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 54 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 55 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 56 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 57 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 58 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 59 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 60 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 61 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 62 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 63 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 64 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 65 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 66 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 67 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 68 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 69 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 70 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 71 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 72 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 73 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 74 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 75 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 76 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 77 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 78 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 79 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 80 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 81 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 82 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 83 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 84 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 85 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 86 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 87 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 88 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 89 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 90 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 91 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 92 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 93 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 94 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 95 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
==========================================================
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 1 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 2 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 3 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 4 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 5 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 6 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 7 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 8 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 9 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 10 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 11 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 12 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 13 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 14 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 15 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 16 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 17 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 18 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 19 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 20 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 21 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 22 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 23 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 24 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 25 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 26 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 27 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 28 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 29 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 30 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 31 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 32 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 33 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 34 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 35 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 36 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 37 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 38 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 39 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 40 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 41 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 42 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 43 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 44 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 45 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 46 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 47 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 48 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 49 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 50 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 51 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 52 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 53 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 54 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 55 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 56 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 57 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 58 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 59 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 60 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 61 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 62 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 63 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 64 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 65 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 66 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 67 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 68 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 69 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 70 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 71 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 72 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 73 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 74 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 75 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 76 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 77 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 78 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 79 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 80 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 81 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 82 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 83 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 84 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 85 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 86 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 87 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 88 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 89 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 90 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 91 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
ERROR SUMMARY: 1004 errors from 1004 contexts (suppressed: 0 from 0)
---------- char gran, 0 .. 99, skip 0 ----------
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #3 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #4 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #5 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #6 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #7 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #8 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #9 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #10 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #11 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #12 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #13 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #14 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #15 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #16 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #17 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #18 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #19 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #20 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #21 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #22 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #23 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #24 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #25 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #26 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #27 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #28 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #29 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #30 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #31 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #32 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #33 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #34 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #35 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #36 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #37 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #38 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #39 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #40 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #41 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #42 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #43 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #44 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #45 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #46 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #47 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #48 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #49 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #50 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #51 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #52 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #53 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #54 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #55 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #56 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #57 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #58 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #59 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #60 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #61 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #62 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #63 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #64 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #65 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #66 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #67 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #68 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #69 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #70 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #71 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #72 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #73 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #74 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #75 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #76 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #77 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #78 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #79 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #80 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #81 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #82 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #83 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #84 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #85 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #86 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #87 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #88 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #89 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #90 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #91 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #92 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #93 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #94 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #95 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #96 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #97 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #98 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #99 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #100 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #101 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #102 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #103 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #104 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #105 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #106 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #107 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #108 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #109 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #110 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #111 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #112 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #113 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #114 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #115 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #116 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #117 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #118 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #119 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #120 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #121 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #122 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #123 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #124 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #125 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #126 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #127 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #128 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #129 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #130 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #131 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #132 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #133 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #134 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #135 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #136 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #137 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #138 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #139 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #140 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #141 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #142 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #143 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #144 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #145 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #146 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #147 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #148 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #149 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #150 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #151 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #152 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #153 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #154 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #155 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #156 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #157 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #158 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #159 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #160 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #161 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #162 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #163 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #164 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #165 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #166 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #167 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #168 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #169 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #170 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #171 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #172 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #173 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #174 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #175 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #176 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #177 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #178 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #179 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #180 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #181 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #182 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #183 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #184 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #185 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #186 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #187 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #188 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #189 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #190 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #191 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #192 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #193 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #194 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #195 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #196 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #197 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #198 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
Thread #199 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #200 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #201 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #202 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #203 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #204 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #205 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #206 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #207 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #208 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #209 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #210 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #211 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #212 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #213 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #214 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #215 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #216 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #217 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #218 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #219 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #220 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #221 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #222 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #223 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #224 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #225 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #226 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #227 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #228 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #229 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #230 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #231 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #232 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #233 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #234 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #235 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #236 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #237 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #238 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #239 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #240 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #241 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #242 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #243 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #244 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #245 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #246 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #247 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #248 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #249 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #250 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #251 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #252 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #253 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #254 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #255 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #256 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #257 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #258 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #259 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #260 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #261 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #262 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #263 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #264 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #265 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #266 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #267 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #268 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #269 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #270 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #271 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #272 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #273 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #274 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #275 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #276 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #277 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #278 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #279 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #280 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #281 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #282 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #283 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #284 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #285 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #286 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #287 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #288 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #289 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #290 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #291 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #292 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #293 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #294 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #295 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #296 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #297 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #298 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #299 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #300 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #301 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #302 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #303 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #304 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #305 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #306 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #307 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #308 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #309 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #310 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #311 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #312 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #313 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #314 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #315 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #316 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #317 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #318 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #319 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #320 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #321 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #322 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #323 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #324 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #325 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #326 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #327 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #328 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #329 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #330 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #331 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #332 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #333 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #334 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #335 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #336 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #337 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #338 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #339 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #340 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #341 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #342 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #343 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #344 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #345 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #346 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #347 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #348 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #349 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #350 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #351 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #352 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #353 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #354 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #355 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #356 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #357 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #358 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #359 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #360 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #361 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #362 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #363 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #364 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #365 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #366 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #367 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #368 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #369 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #370 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #371 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #372 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #373 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #374 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #375 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #376 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #377 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #378 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #379 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #380 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #381 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #382 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #383 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #384 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #385 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #386 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #387 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #388 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #389 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #390 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #391 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #392 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #393 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #394 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
Thread #395 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #396 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #397 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #398 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #399 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #400 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #401 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #402 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #403 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #404 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #405 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #406 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #407 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #408 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #409 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #410 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #411 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #412 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #413 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #414 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #415 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #416 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #417 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #418 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #419 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #420 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #421 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #422 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #423 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #424 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #425 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #426 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #427 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #428 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #429 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #430 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #431 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #432 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #433 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #434 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #435 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #436 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #437 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #438 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #439 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #440 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #441 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #442 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #443 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #444 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #445 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #446 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #447 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #448 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #449 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #450 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #451 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #452 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #453 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #454 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #455 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #456 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #457 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #458 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #459 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #460 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #461 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #462 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #463 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #464 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #465 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #466 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #467 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #468 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #469 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #470 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #471 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #472 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #473 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #474 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #475 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #476 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #477 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #478 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #479 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #480 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #481 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #482 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #483 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #484 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #485 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #486 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #487 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #488 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #489 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #490 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #491 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #492 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #493 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #494 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #495 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #496 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #497 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #498 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #499 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #500 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #501 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #502 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #503 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #504 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #505 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #506 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #507 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #508 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #509 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #510 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #511 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #512 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #513 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #514 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #515 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #516 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #517 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #518 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #519 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #520 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #521 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #522 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #523 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #524 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #525 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #526 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #527 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #528 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #529 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #530 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #531 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #532 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #533 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #534 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #535 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #536 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #537 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #538 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #539 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #540 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #541 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #542 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #543 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #544 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #545 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #546 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #547 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #548 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #549 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #550 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #551 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #552 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #553 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #554 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #555 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #556 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #557 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #558 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #559 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #560 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #561 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #562 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #563 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #564 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #565 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #566 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #567 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #568 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #569 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #570 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #571 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #572 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #573 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #574 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #575 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #576 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #577 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #578 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #579 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #580 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #581 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #582 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #583 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #584 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #585 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #586 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
Thread #587 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #588 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #589 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #590 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #591 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #592 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #593 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #594 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #595 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #596 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #597 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #598 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #599 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #600 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #601 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #602 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #603 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #604 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #605 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #606 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #607 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #608 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #609 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #610 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #611 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #612 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #613 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #614 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #615 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #616 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #617 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #618 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #619 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #620 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #621 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #622 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #623 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #624 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #625 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #626 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #627 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #628 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #629 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #630 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #631 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #632 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #633 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #634 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #635 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #636 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #637 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #638 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #639 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #640 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #641 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #642 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #643 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #644 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #645 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #646 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #647 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #648 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #649 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #650 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #651 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #652 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #653 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #654 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #655 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #656 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #657 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #658 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #659 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #660 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #661 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #662 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #663 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #664 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #665 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #666 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #667 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #668 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #669 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #670 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #671 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #672 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #673 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #674 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #675 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #676 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #677 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #678 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #679 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #680 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #681 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #682 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #683 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #684 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #685 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #686 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #687 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #688 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #689 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #690 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #691 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #692 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #693 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #694 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #695 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #696 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #697 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #698 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #699 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #700 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #701 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #702 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #703 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #704 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #705 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #706 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #707 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #708 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #709 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #710 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #711 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #712 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #713 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #714 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #715 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #716 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #717 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #718 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #719 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #720 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #721 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #722 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #723 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #724 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #725 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #726 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #727 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #728 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #729 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #730 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #731 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #732 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #733 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #734 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #735 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #736 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #737 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #738 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #739 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #740 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #741 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #742 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #743 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #744 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #745 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #746 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #747 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #748 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #749 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #750 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #751 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #752 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #753 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #754 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #755 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #756 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #757 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #758 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #759 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #760 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #761 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #762 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #763 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #764 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #765 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #766 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #767 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #768 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #769 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #770 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
Thread #771 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
---------- char gran, 0 .. 99, skip 0 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 1 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 2 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 3 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 4 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 5 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 6 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 7 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 8 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 9 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 10 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 11 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 12 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 13 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 14 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 15 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 16 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 17 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 18 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 19 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 20 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 21 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 22 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 23 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 24 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 25 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 26 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 27 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 28 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 29 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 30 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 31 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 32 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 33 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 34 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 35 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 36 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 37 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 38 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 39 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 40 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 41 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 42 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 43 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 44 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 45 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 46 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 47 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 48 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 49 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 50 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 51 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 52 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 53 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 54 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 55 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 56 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 57 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 58 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 59 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 60 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 61 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 62 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 63 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 64 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 65 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 66 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 67 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 68 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 69 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 70 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 71 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 72 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 73 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 74 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 75 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 76 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 77 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 78 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 79 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 80 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 81 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 82 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 83 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 84 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 85 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 86 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 87 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 88 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 89 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 90 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 91 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 92 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 93 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 94 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 95 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 96 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:480)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:480)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 97 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- char gran, 0 .. 99, skip 98 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:173)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:172)
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:484)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child8 (tc19_shadowmem.c:33)
by 0x........: steer (tc19_shadowmem.c:484)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
==========================================================
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
More than 100 errors detected. Subsequent errors
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 2 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 3 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 4 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 5 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 6 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 7 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 8 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 9 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 10 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 11 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 12 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 13 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 14 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 15 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 16 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 17 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 18 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 19 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 20 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 21 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 22 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 23 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 24 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 25 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 26 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 27 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 28 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 29 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 30 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 31 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 32 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 33 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 34 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 35 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 36 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 37 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 38 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 39 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 40 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 41 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 42 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 43 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 44 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 45 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 46 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 47 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 48 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 49 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 50 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 51 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 52 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 53 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 54 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 55 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 56 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 57 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 58 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 59 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 60 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 61 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 62 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 63 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 64 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 65 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 66 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 67 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 68 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 69 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 70 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 71 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 72 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 73 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 74 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 75 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 76 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 77 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 78 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 79 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 80 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 81 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 82 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 83 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 84 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 85 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 86 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 87 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 88 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 89 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 90 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 91 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 92 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 93 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 94 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 95 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 0 .. 98, skip 96 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:480)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:480)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- short gran, 1 .. 98, skip 97 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:204)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:203)
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child16 (tc19_shadowmem.c:57)
by 0x........: steer (tc19_shadowmem.c:482)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
==========================================================
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 1 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 2 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 3 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 4 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 5 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 6 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 7 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 8 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 9 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 10 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 11 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 12 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 13 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 14 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 15 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 16 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 17 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 18 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 19 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 20 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 21 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 22 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 23 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 24 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 25 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 26 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 27 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 28 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 29 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 30 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 31 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 32 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 33 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 34 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 35 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 36 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 37 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 38 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 39 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 40 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 41 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 42 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 43 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 44 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 45 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 46 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 47 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 48 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 49 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 50 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 51 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 52 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 53 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 54 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 55 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 56 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 57 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 58 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 59 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 60 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 61 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 62 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 63 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 64 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 65 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 66 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 67 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 68 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 69 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 70 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 71 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 72 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 73 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 74 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 75 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 76 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 77 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 78 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 79 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 80 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 81 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 82 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 83 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 84 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 85 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 86 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 87 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 88 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 89 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 90 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 91 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 0 .. 96, skip 92 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:472)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 1 .. 96, skip 93 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:474)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 2 .. 96, skip 94 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:476)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- int gran, 3 .. 96, skip 95 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:235)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:234)
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child32 (tc19_shadowmem.c:81)
by 0x........: steer (tc19_shadowmem.c:478)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
==========================================================
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:288)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 1 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:290)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 2 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:292)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 3 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:294)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 4 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:296)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 5 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:298)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 6 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:300)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 7 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:302)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 8 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:304)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 9 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:306)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 10 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:308)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 11 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:310)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 12 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:312)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 13 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:314)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 14 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:316)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 15 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:318)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 16 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:320)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 17 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:322)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 18 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:324)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 19 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:326)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 20 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:328)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 21 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:330)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 22 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:332)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 23 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:334)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 24 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:336)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 25 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:338)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 26 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:340)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 27 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:342)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 28 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:344)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 29 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:346)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 30 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:348)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 31 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:350)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 32 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:352)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 33 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:354)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 34 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:356)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 35 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:358)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 36 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:360)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 37 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:362)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 38 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:364)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 39 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:366)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 40 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:368)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 41 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:370)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 42 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:372)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 43 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:374)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 44 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:376)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 45 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:378)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 46 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:380)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 47 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:382)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 48 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:384)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 49 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:386)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 50 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:388)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 51 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:390)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 52 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:392)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 53 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:394)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 54 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:396)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 55 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:398)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 56 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:400)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 57 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:402)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 58 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:404)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 59 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:406)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 60 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:408)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 61 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:410)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 62 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:412)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 63 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:414)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 64 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:416)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 65 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:418)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 66 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:420)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 67 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:422)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 68 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:424)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 69 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:426)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 70 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:428)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 71 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:430)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 72 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:432)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 73 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:434)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 74 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:436)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 75 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:438)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 76 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:440)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 77 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:442)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 78 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:444)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 79 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:446)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 80 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:448)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 81 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:450)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 82 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:452)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 83 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:454)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 4 .. 92, skip 84 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:456)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 5 .. 92, skip 85 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:458)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 6 .. 92, skip 86 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:460)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 7 .. 92, skip 87 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:462)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 0 .. 92, skip 88 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 8 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:464)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 1 .. 92, skip 89 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:466)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 2 .. 92, skip 90 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 2 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 2 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:468)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
---------- double gran, 3 .. 92, skip 91 ----------
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:266)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc19_shadowmem.c:265)
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Possible data race during write of size 1 at 0x........ by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 1 by thread #x
at 0x........: child64 (tc19_shadowmem.c:105)
by 0x........: steer (tc19_shadowmem.c:470)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
ERROR SUMMARY: 1004 errors from 1004 contexts (suppressed: 0 from 0)
Thread #2 was created
at 0x........: clone (in /...libc...)
by 0x........: ...
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc20_verifywrap.c:76)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc20_verifywrap.c:76)
This conflicts with a previous write of size 2 by thread #x
at 0x........: racy_child (tc20_verifywrap.c:34)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprotected"
declared at tc20_verifywrap.c:27
Thread #2 was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc20_verifywrap.c:76)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc20_verifywrap.c:76)
This conflicts with a previous write of size 2 by thread #x
at 0x........: racy_child (tc20_verifywrap.c:34)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprotected"
declared at tc20_verifywrap.c:27
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc20_verifywrap.c:76)
This conflicts with a previous write of size 2 by thread #x
at 0x........: racy_child (tc20_verifywrap.c:34)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside global var "unprotected"
declared at tc20_verifywrap.c:27
Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: ...
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
Thread #x was created
at 0x........: clone (in /...libc...)
by 0x........: ...
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
Possible data race during read of size 4 at 0x........ by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "unprotected2"
declared at tc21_pthonce.c:51, in frame #0 of thread x
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "unprotected2"
declared at tc21_pthonce.c:51, in frame #0 of thread x
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc21_pthonce.c:86)
Possible data race during read of size 4 at 0x........ by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "unprotected2"
declared at tc21_pthonce.c:51, in frame #0 of thread x
Possible data race during write of size 4 at 0x........ by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
This conflicts with a previous write of size 4 by thread #x
at 0x........: child (tc21_pthonce.c:74)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
- by 0x........: start_thread (in /lib/libpthread...)
+ by 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Location 0x........ is 0 bytes inside local var "unprotected2"
declared at tc21_pthonce.c:51, in frame #0 of thread x
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:39)
Thread #x: Exiting thread still holds 2 locks
- at 0x........: start_thread (in /lib/libpthread...)
+ at 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: do_clone (in /lib/libpthread...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: do_clone (in /...libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:42)
Thread #x: Exiting thread still holds 1 lock
- at 0x........: start_thread (in /lib/libpthread...)
+ at 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x is the program's root thread
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:39)
Thread #x: Exiting thread still holds 2 locks
- at 0x........: start_thread (in /lib/libpthread...)
+ at 0x........: start_thread (in /...libpthread...)
by 0x........: ...
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:42)
Thread #x: Exiting thread still holds 1 lock
- at 0x........: start_thread (in /lib/libpthread...)
+ at 0x........: start_thread (in /...libpthread...)
by 0x........: ...
Thread #x is the program's root thread
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:39)
Thread #x: Exiting thread still holds 2 locks
- at 0x........: start_thread (in /lib/libpthread...)
+ at 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x was created
at 0x........: clone (in /...libc...)
- by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...)
+ by 0x........: pthread_create@GLIBC_ (in /...libpthread...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:42)
Thread #x: Exiting thread still holds 1 lock
- at 0x........: start_thread (in /lib/libpthread...)
+ at 0x........: start_thread (in /...libpthread...)
by 0x........: clone (in /...libc...)
Thread #x is the program's root thread
memcmptest.stdout.exp memcmptest.vgtest \
mempool.stderr.exp mempool.stderr.exp64 mempool.vgtest \
metadata.stderr.exp metadata.stdout.exp metadata.vgtest \
- mismatches.stderr.exp mismatches.stderr.exp64 mismatches.vgtest \
+ mismatches.stderr.exp mismatches.vgtest \
mmaptest.stderr.exp mmaptest.vgtest \
nanoleak.stderr.exp nanoleak.vgtest \
nanoleak_supp.stderr.exp nanoleak_supp.vgtest nanoleak.supp \
Mismatched free() / delete / delete []
- at 0x........: operator delete(void*) (vg_replace_malloc.c:...)
+ at 0x........: ...operator delete... (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:6)
Address 0x........ is 0 bytes inside a block of size 10 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:5)
Mismatched free() / delete / delete []
- at 0x........: operator delete[](void*) (vg_replace_malloc.c:...)
+ at 0x........: ...operator delete[]... (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:8)
Address 0x........ is 0 bytes inside a block of size 10 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:7)
Mismatched free() / delete / delete []
- at 0x........: operator delete(void*) (vg_replace_malloc.c:...)
+ at 0x........: ...operator delete... (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:13)
Address 0x........ is 0 bytes inside a block of size 40 alloc'd
- at 0x........: operator new[](unsigned) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:12)
Mismatched free() / delete / delete []
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:15)
Address 0x........ is 0 bytes inside a block of size 40 alloc'd
- at 0x........: operator new[](unsigned) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new[]... (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:14)
Mismatched free() / delete / delete []
- at 0x........: operator delete[](void*) (vg_replace_malloc.c:...)
+ at 0x........: ...operator delete[]... (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:20)
Address 0x........ is 0 bytes inside a block of size 4 alloc'd
- at 0x........: operator new(unsigned) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new... (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:19)
Mismatched free() / delete / delete []
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:22)
Address 0x........ is 0 bytes inside a block of size 4 alloc'd
- at 0x........: operator new(unsigned) (vg_replace_malloc.c:...)
+ at 0x........: ...operator new... (vg_replace_malloc.c:...)
by 0x........: main (mismatches.cpp:21)
+++ /dev/null
-Mismatched free() / delete / delete []
- at 0x........: __builtin_delete (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:6)
- Address 0x........ is 0 bytes inside a block of size 10 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:5)
-
-Mismatched free() / delete / delete []
- at 0x........: __builtin_vec_delete (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:8)
- Address 0x........ is 0 bytes inside a block of size 10 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:7)
-
-Mismatched free() / delete / delete []
- at 0x........: __builtin_delete (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:13)
- Address 0x........ is 0 bytes inside a block of size 40 alloc'd
- at 0x........: __builtin_vec_new (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:12)
-
-Mismatched free() / delete / delete []
- at 0x........: free (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:15)
- Address 0x........ is 0 bytes inside a block of size 40 alloc'd
- at 0x........: __builtin_vec_new (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:14)
-
-Mismatched free() / delete / delete []
- at 0x........: __builtin_vec_delete (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:20)
- Address 0x........ is 0 bytes inside a block of size 4 alloc'd
- at 0x........: __builtin_new (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:19)
-
-Mismatched free() / delete / delete []
- at 0x........: free (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:22)
- Address 0x........ is 0 bytes inside a block of size 4 alloc'd
- at 0x........: __builtin_new (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:21)
+++ /dev/null
-Mismatched free() / delete / delete []
- at 0x........: operator delete(void*) (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:6)
- Address 0x........ is 0 bytes inside a block of size 10 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:5)
-
-Mismatched free() / delete / delete []
- at 0x........: operator delete[](void*) (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:8)
- Address 0x........ is 0 bytes inside a block of size 10 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:7)
-
-Mismatched free() / delete / delete []
- at 0x........: operator delete(void*) (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:13)
- Address 0x........ is 0 bytes inside a block of size 40 alloc'd
- at 0x........: operator new[](unsigned long) (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:12)
-
-Mismatched free() / delete / delete []
- at 0x........: free (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:15)
- Address 0x........ is 0 bytes inside a block of size 40 alloc'd
- at 0x........: operator new[](unsigned long) (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:14)
-
-Mismatched free() / delete / delete []
- at 0x........: operator delete[](void*) (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:20)
- Address 0x........ is 0 bytes inside a block of size 4 alloc'd
- at 0x........: operator new(unsigned long) (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:19)
-
-Mismatched free() / delete / delete []
- at 0x........: free (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:22)
- Address 0x........ is 0 bytes inside a block of size 4 alloc'd
- at 0x........: operator new(unsigned long) (vg_replace_malloc.c:...)
- by 0x........: main (mismatches.cpp:21)
s/($libc_symbols) \(.+\.[cS]:\d+\)$/$1 (in \/...libc...)/;
+ # Merge the different C++ operator variations.
+ s/(at.*)__builtin_new/$1...operator new.../;
+ s/(at.*)operator new\(unsigned(| int| long)\)/$1...operator new.../;
+
+ s/(at.*)__builtin_vec_new/$1...operator new.../;
+ s/(at.*)operator new\[\]\(unsigned(| int| long)\)/$1...operator new[].../;
+
+ s/(at.*)__builtin_delete/$1...operator delete.../;
+ s/(at.*)operator delete\(void\*\)/$1...operator delete.../;
+
+ s/(at.*)__builtin_vec_delete/$1...operator delete[].../;
+ s/(at.*)operator delete\[\]\(void\*\)/$1...operator delete[].../;
+
print;
}