From 1d75b1ac587935c587fdc51b66a79db2d4db4730 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 10 Mar 2009 03:34:00 +0000 Subject: [PATCH] Some tweaks to make more tests pass, or get closer to passing, on --enable-only32bit builds on my Ubuntu box: - For all tests, replace all operator new/new[]/delete/delete[] variants with a common form, eg. "...operator new...". This makes exp-ptrcheck/tests/ccc and memcheck/tests/mismatches pass. - For Helgrind tests, replace all libpthread paths with "/...libpthread...", as is done for libc paths. This avoids problems when /lib32/libpthread.so is the path. No extra tests pass, but many of them get a lot closer to passing. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9333 --- .../tests/ccc.stderr.exp-glibc25-amd64 | 4 +- exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 | 4 +- exp-ptrcheck/tests/ccc.stderr.exp-glibc27-x86 | 4 +- .../tests/ccc.stderr.exp-glibc28-amd64 | 4 +- helgrind/tests/filter_stderr | 10 +- .../hg02_deadlock.stderr.exp-glibc25-amd64 | 10 +- .../hg02_deadlock.stderr.exp-glibc25-x86 | 2 +- .../hg02_deadlock.stderr.exp-glibc27-amd64 | 8 +- .../hg03_inherit.stderr.exp-glibc25-amd64 | 8 +- .../tests/hg03_inherit.stderr.exp-glibc25-x86 | 2 +- .../hg03_inherit.stderr.exp-glibc27-amd64 | 6 +- .../tests/hg04_race.stderr.exp-glibc25-amd64 | 16 +- .../tests/hg04_race.stderr.exp-glibc25-x86 | 4 +- .../tests/hg04_race.stderr.exp-glibc27-amd64 | 12 +- .../tests/hg05_race2.stderr.exp-glibc25-amd64 | 16 +- .../tests/hg05_race2.stderr.exp-glibc25-x86 | 4 +- .../tests/hg05_race2.stderr.exp-glibc27-amd64 | 12 +- .../pth_barrier1.stderr.exp-glibc27-amd64 | 8 +- .../pth_barrier1.stderr.exp-glibc28-amd64 | 12 +- .../pth_barrier2.stderr.exp-glibc27-amd64 | 132 +- .../pth_barrier2.stderr.exp-glibc28-amd64 | 136 +- .../pth_barrier3.stderr.exp-glibc27-amd64 | 8 +- .../pth_barrier3.stderr.exp-glibc28-amd64 | 12 +- .../rwlock_race.stderr.exp-glibc25-amd64 | 12 +- .../rwlock_race.stderr.exp-glibc27-amd64 | 8 +- .../tc01_simple_race.stderr.exp-glibc25-amd64 | 8 +- .../tc01_simple_race.stderr.exp-glibc25-x86 | 2 +- .../tc01_simple_race.stderr.exp-glibc27-amd64 | 6 +- .../tc05_simple_race.stderr.exp-glibc25-amd64 | 8 +- .../tc05_simple_race.stderr.exp-glibc25-x86 | 2 +- .../tc05_simple_race.stderr.exp-glibc27-amd64 | 6 +- .../tc06_two_races.stderr.exp-glibc25-amd64 | 12 +- .../tc06_two_races.stderr.exp-glibc25-x86 | 2 +- .../tc06_two_races.stderr.exp-glibc27-amd64 | 10 +- .../tc09_bad_unlock.stderr.exp-glibc23-amd64 | 4 +- .../tc09_bad_unlock.stderr.exp-glibc25-amd64 | 12 +- .../tc09_bad_unlock.stderr.exp-glibc25-x86 | 4 +- .../tc09_bad_unlock.stderr.exp-glibc27-amd64 | 8 +- ...c14_laog_dinphils.stderr.exp-glibc25-amd64 | 6 +- .../tc14_laog_dinphils.stderr.exp-glibc25-x86 | 2 +- ...c14_laog_dinphils.stderr.exp-glibc27-amd64 | 4 +- .../tc16_byterace.stderr.exp-glibc25-amd64 | 8 +- .../tc16_byterace.stderr.exp-glibc25-x86 | 2 +- .../tc16_byterace.stderr.exp-glibc27-amd64 | 6 +- .../tests/tc17_sembar.stderr.exp-glibc25-x86 | 8 +- .../tc19_shadowmem.stderr.exp-glibc25-amd64 | 7096 ++++++++--------- .../tc19_shadowmem.stderr.exp-glibc25-x86 | 1540 ++-- .../tc19_shadowmem.stderr.exp-glibc27-amd64 | 5556 ++++++------- .../tc20_verifywrap.stderr.exp-glibc23-amd64 | 2 +- .../tc20_verifywrap.stderr.exp-glibc25-amd64 | 6 +- .../tc20_verifywrap.stderr.exp-glibc25-x86 | 2 +- .../tc20_verifywrap.stderr.exp-glibc27-amd64 | 4 +- .../tc20_verifywrap.stderr.exp-glibc28-amd64 | 6 +- .../tc21_pthonce.stderr.exp-glibc23-amd64 | 4 +- .../tc21_pthonce.stderr.exp-glibc25-amd64 | 16 +- .../tests/tc21_pthonce.stderr.exp-glibc25-x86 | 4 +- .../tc21_pthonce.stderr.exp-glibc27-amd64 | 12 +- .../tc22_exit_w_lock.stderr.exp-glibc25-amd64 | 12 +- .../tc22_exit_w_lock.stderr.exp-glibc25-x86 | 8 +- .../tc22_exit_w_lock.stderr.exp-glibc27-amd64 | 8 +- memcheck/tests/Makefile.am | 2 +- memcheck/tests/mismatches.stderr.exp | 16 +- memcheck/tests/mismatches.stderr.exp2 | 41 - memcheck/tests/mismatches.stderr.exp64 | 41 - tests/filter_libc | 13 + 65 files changed, 7447 insertions(+), 7516 deletions(-) delete mode 100644 memcheck/tests/mismatches.stderr.exp2 delete mode 100644 memcheck/tests/mismatches.stderr.exp64 diff --git a/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-amd64 b/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-amd64 index f11b217c29..5d270d9f20 100644 --- a/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-amd64 +++ b/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-amd64 @@ -10,14 +10,14 @@ 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 diff --git a/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 b/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 index ab57a787da..7e0e2a77b1 100644 --- a/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 +++ b/exp-ptrcheck/tests/ccc.stderr.exp-glibc25-x86 @@ -10,14 +10,14 @@ 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 diff --git a/exp-ptrcheck/tests/ccc.stderr.exp-glibc27-x86 b/exp-ptrcheck/tests/ccc.stderr.exp-glibc27-x86 index 3e58b971af..071d45b1d0 100644 --- a/exp-ptrcheck/tests/ccc.stderr.exp-glibc27-x86 +++ b/exp-ptrcheck/tests/ccc.stderr.exp-glibc27-x86 @@ -10,14 +10,14 @@ 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 diff --git a/exp-ptrcheck/tests/ccc.stderr.exp-glibc28-amd64 b/exp-ptrcheck/tests/ccc.stderr.exp-glibc28-amd64 index 64e471a12f..8a102d1e8c 100644 --- a/exp-ptrcheck/tests/ccc.stderr.exp-glibc28-amd64 +++ b/exp-ptrcheck/tests/ccc.stderr.exp-glibc28-amd64 @@ -10,14 +10,14 @@ 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 diff --git a/helgrind/tests/filter_stderr b/helgrind/tests/filter_stderr index 6906f4ca1f..45c36329de 100755 --- a/helgrind/tests/filter_stderr +++ b/helgrind/tests/filter_stderr @@ -13,10 +13,10 @@ sed "/^Helgrind, a thread error detector/ , /./ d" | # 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" @@ -25,9 +25,9 @@ sed "s/@@*GLIBC_2[0123456789\.]*/@GLIBC_/g" | # 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", diff --git a/helgrind/tests/hg02_deadlock.stderr.exp-glibc25-amd64 b/helgrind/tests/hg02_deadlock.stderr.exp-glibc25-amd64 index 5f84cc3a86..b673c13429 100644 --- a/helgrind/tests/hg02_deadlock.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/hg02_deadlock.stderr.exp-glibc25-amd64 @@ -1,8 +1,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 (hg02_deadlock.c:36) @@ -10,19 +10,19 @@ Thread #x: lock order "0x........ before 0x........" violated 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) diff --git a/helgrind/tests/hg02_deadlock.stderr.exp-glibc25-x86 b/helgrind/tests/hg02_deadlock.stderr.exp-glibc25-x86 index 6f7fa48936..23d6cb295a 100644 --- a/helgrind/tests/hg02_deadlock.stderr.exp-glibc25-x86 +++ b/helgrind/tests/hg02_deadlock.stderr.exp-glibc25-x86 @@ -1,7 +1,7 @@ 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) diff --git a/helgrind/tests/hg02_deadlock.stderr.exp-glibc27-amd64 b/helgrind/tests/hg02_deadlock.stderr.exp-glibc27-amd64 index 202e33b1ff..12672c4620 100644 --- a/helgrind/tests/hg02_deadlock.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/hg02_deadlock.stderr.exp-glibc27-amd64 @@ -1,7 +1,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 (hg02_deadlock.c:36) @@ -9,19 +9,19 @@ Thread #x: lock order "0x........ before 0x........" violated 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) diff --git a/helgrind/tests/hg03_inherit.stderr.exp-glibc25-amd64 b/helgrind/tests/hg03_inherit.stderr.exp-glibc25-amd64 index 85470c4ba6..4f1118267c 100644 --- a/helgrind/tests/hg03_inherit.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/hg03_inherit.stderr.exp-glibc25-amd64 @@ -1,8 +1,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 (hg03_inherit.c:46) @@ -11,7 +11,7 @@ Thread #x is the program's root thread 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) @@ -21,7 +21,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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) diff --git a/helgrind/tests/hg03_inherit.stderr.exp-glibc25-x86 b/helgrind/tests/hg03_inherit.stderr.exp-glibc25-x86 index 078708ecb6..4567050c9b 100644 --- a/helgrind/tests/hg03_inherit.stderr.exp-glibc25-x86 +++ b/helgrind/tests/hg03_inherit.stderr.exp-glibc25-x86 @@ -3,7 +3,7 @@ Thread #1 is the program's root thread 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) diff --git a/helgrind/tests/hg03_inherit.stderr.exp-glibc27-amd64 b/helgrind/tests/hg03_inherit.stderr.exp-glibc27-amd64 index 9521bcca49..e2ce069466 100644 --- a/helgrind/tests/hg03_inherit.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/hg03_inherit.stderr.exp-glibc27-amd64 @@ -1,7 +1,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 (hg03_inherit.c:46) @@ -10,7 +10,7 @@ Thread #x is the program's root thread 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) @@ -20,7 +20,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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) diff --git a/helgrind/tests/hg04_race.stderr.exp-glibc25-amd64 b/helgrind/tests/hg04_race.stderr.exp-glibc25-amd64 index 293aa10cd8..892af371c5 100644 --- a/helgrind/tests/hg04_race.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/hg04_race.stderr.exp-glibc25-amd64 @@ -1,27 +1,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 (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 @@ -29,12 +29,12 @@ Possible data race during read of size 4 at 0x........ by 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 diff --git a/helgrind/tests/hg04_race.stderr.exp-glibc25-x86 b/helgrind/tests/hg04_race.stderr.exp-glibc25-x86 index b9474a525e..5b24354b94 100644 --- a/helgrind/tests/hg04_race.stderr.exp-glibc25-x86 +++ b/helgrind/tests/hg04_race.stderr.exp-glibc25-x86 @@ -1,13 +1,13 @@ 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) diff --git a/helgrind/tests/hg04_race.stderr.exp-glibc27-amd64 b/helgrind/tests/hg04_race.stderr.exp-glibc27-amd64 index 44809ec841..f214ac1d63 100644 --- a/helgrind/tests/hg04_race.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/hg04_race.stderr.exp-glibc27-amd64 @@ -1,25 +1,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 (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 @@ -27,12 +27,12 @@ Possible data race during read of size 4 at 0x........ by 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 diff --git a/helgrind/tests/hg05_race2.stderr.exp-glibc25-amd64 b/helgrind/tests/hg05_race2.stderr.exp-glibc25-amd64 index 093c130820..d963adb1eb 100644 --- a/helgrind/tests/hg05_race2.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/hg05_race2.stderr.exp-glibc25-amd64 @@ -1,27 +1,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 (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 @@ -29,12 +29,12 @@ Possible data race during read of size 4 at 0x........ by 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 diff --git a/helgrind/tests/hg05_race2.stderr.exp-glibc25-x86 b/helgrind/tests/hg05_race2.stderr.exp-glibc25-x86 index 3662d24ec3..eb98cddcef 100644 --- a/helgrind/tests/hg05_race2.stderr.exp-glibc25-x86 +++ b/helgrind/tests/hg05_race2.stderr.exp-glibc25-x86 @@ -1,13 +1,13 @@ 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) diff --git a/helgrind/tests/hg05_race2.stderr.exp-glibc27-amd64 b/helgrind/tests/hg05_race2.stderr.exp-glibc27-amd64 index 2481272e92..dd4c7801ee 100644 --- a/helgrind/tests/hg05_race2.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/hg05_race2.stderr.exp-glibc27-amd64 @@ -1,25 +1,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 (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 @@ -27,12 +27,12 @@ Possible data race during read of size 4 at 0x........ by 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 diff --git a/helgrind/tests/pth_barrier1.stderr.exp-glibc27-amd64 b/helgrind/tests/pth_barrier1.stderr.exp-glibc27-amd64 index 420cbaa40b..32136b7f13 100644 --- a/helgrind/tests/pth_barrier1.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/pth_barrier1.stderr.exp-glibc27-amd64 @@ -1,13 +1,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........: 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) @@ -15,10 +15,10 @@ Thread #x was created 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...) diff --git a/helgrind/tests/pth_barrier1.stderr.exp-glibc28-amd64 b/helgrind/tests/pth_barrier1.stderr.exp-glibc28-amd64 index e3b38900f0..9befd2e93e 100644 --- a/helgrind/tests/pth_barrier1.stderr.exp-glibc28-amd64 +++ b/helgrind/tests/pth_barrier1.stderr.exp-glibc28-amd64 @@ -1,15 +1,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........: 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) @@ -17,10 +17,10 @@ Thread #x was created 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...) diff --git a/helgrind/tests/pth_barrier2.stderr.exp-glibc27-amd64 b/helgrind/tests/pth_barrier2.stderr.exp-glibc27-amd64 index 0ead02e576..9380057cdd 100644 --- a/helgrind/tests/pth_barrier2.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/pth_barrier2.stderr.exp-glibc27-amd64 @@ -1,13 +1,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........: 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) @@ -15,351 +15,351 @@ Thread #x was created 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...) diff --git a/helgrind/tests/pth_barrier2.stderr.exp-glibc28-amd64 b/helgrind/tests/pth_barrier2.stderr.exp-glibc28-amd64 index b444b0e75b..6ce1ec8214 100644 --- a/helgrind/tests/pth_barrier2.stderr.exp-glibc28-amd64 +++ b/helgrind/tests/pth_barrier2.stderr.exp-glibc28-amd64 @@ -1,15 +1,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........: 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) @@ -17,351 +17,351 @@ Thread #x was created 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...) diff --git a/helgrind/tests/pth_barrier3.stderr.exp-glibc27-amd64 b/helgrind/tests/pth_barrier3.stderr.exp-glibc27-amd64 index 420cbaa40b..32136b7f13 100644 --- a/helgrind/tests/pth_barrier3.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/pth_barrier3.stderr.exp-glibc27-amd64 @@ -1,13 +1,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........: 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) @@ -15,10 +15,10 @@ Thread #x was created 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...) diff --git a/helgrind/tests/pth_barrier3.stderr.exp-glibc28-amd64 b/helgrind/tests/pth_barrier3.stderr.exp-glibc28-amd64 index e3b38900f0..9befd2e93e 100644 --- a/helgrind/tests/pth_barrier3.stderr.exp-glibc28-amd64 +++ b/helgrind/tests/pth_barrier3.stderr.exp-glibc28-amd64 @@ -1,15 +1,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........: 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) @@ -17,10 +17,10 @@ Thread #x was created 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...) diff --git a/helgrind/tests/rwlock_race.stderr.exp-glibc25-amd64 b/helgrind/tests/rwlock_race.stderr.exp-glibc25-amd64 index 44f8d07815..fa5bf69f88 100644 --- a/helgrind/tests/rwlock_race.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/rwlock_race.stderr.exp-glibc25-amd64 @@ -1,27 +1,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 (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 diff --git a/helgrind/tests/rwlock_race.stderr.exp-glibc27-amd64 b/helgrind/tests/rwlock_race.stderr.exp-glibc27-amd64 index 5b5a50d31d..515eb79534 100644 --- a/helgrind/tests/rwlock_race.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/rwlock_race.stderr.exp-glibc27-amd64 @@ -1,25 +1,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 (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 diff --git a/helgrind/tests/tc01_simple_race.stderr.exp-glibc25-amd64 b/helgrind/tests/tc01_simple_race.stderr.exp-glibc25-amd64 index 19324f3f17..36d6029ad5 100644 --- a/helgrind/tests/tc01_simple_race.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc01_simple_race.stderr.exp-glibc25-amd64 @@ -3,8 +3,8 @@ Thread #x is the program's root thread Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: do_clone (in /lib/libpthread...) - by 0x........: pthread_create@GLIBC_ (in /lib/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) @@ -13,7 +13,7 @@ Possible data race during read of size 4 at 0x........ by thread #x 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 @@ -23,7 +23,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc01_simple_race.stderr.exp-glibc25-x86 b/helgrind/tests/tc01_simple_race.stderr.exp-glibc25-x86 index 475d44d569..4c55c65fb0 100644 --- a/helgrind/tests/tc01_simple_race.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc01_simple_race.stderr.exp-glibc25-x86 @@ -3,7 +3,7 @@ Thread #1 is the program's root thread 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) diff --git a/helgrind/tests/tc01_simple_race.stderr.exp-glibc27-amd64 b/helgrind/tests/tc01_simple_race.stderr.exp-glibc27-amd64 index 6c899940bd..8cdd84bd05 100644 --- a/helgrind/tests/tc01_simple_race.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc01_simple_race.stderr.exp-glibc27-amd64 @@ -3,7 +3,7 @@ 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 (tc01_simple_race.c:22) @@ -12,7 +12,7 @@ Possible data race during read of size 4 at 0x........ by thread #x 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 @@ -22,7 +22,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-amd64 b/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-amd64 index ac316222ad..0cc39fb259 100644 --- a/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-amd64 @@ -3,8 +3,8 @@ Thread #x is the program's root thread Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: do_clone (in /lib/libpthread...) - by 0x........: pthread_create@GLIBC_ (in /lib/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) @@ -13,7 +13,7 @@ Possible data race during read of size 4 at 0x........ by thread #x 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 @@ -23,7 +23,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86 b/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86 index df63ed6f6d..50c8c20f41 100644 --- a/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc05_simple_race.stderr.exp-glibc25-x86 @@ -3,7 +3,7 @@ Thread #1 is the program's root thread 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) diff --git a/helgrind/tests/tc05_simple_race.stderr.exp-glibc27-amd64 b/helgrind/tests/tc05_simple_race.stderr.exp-glibc27-amd64 index e8bb4b1173..7f7b67538e 100644 --- a/helgrind/tests/tc05_simple_race.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc05_simple_race.stderr.exp-glibc27-amd64 @@ -3,7 +3,7 @@ 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 (tc05_simple_race.c:27) @@ -12,7 +12,7 @@ Possible data race during read of size 4 at 0x........ by thread #x 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 @@ -22,7 +22,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64 b/helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64 index 1d891a1b4c..5827ec084b 100644 --- a/helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc06_two_races.stderr.exp-glibc25-amd64 @@ -3,8 +3,8 @@ Thread #x is the program's root thread Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: do_clone (in /lib/libpthread...) - by 0x........: pthread_create@GLIBC_ (in /lib/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) @@ -13,7 +13,7 @@ Possible data race during read of size 4 at 0x........ by thread #x 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 @@ -23,7 +23,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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 @@ -33,7 +33,7 @@ Possible data race during read of size 4 at 0x........ by thread #x 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 @@ -43,7 +43,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc06_two_races.stderr.exp-glibc25-x86 b/helgrind/tests/tc06_two_races.stderr.exp-glibc25-x86 index 31f778c450..5981161d32 100644 --- a/helgrind/tests/tc06_two_races.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc06_two_races.stderr.exp-glibc25-x86 @@ -3,7 +3,7 @@ Thread #1 is the program's root thread 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) diff --git a/helgrind/tests/tc06_two_races.stderr.exp-glibc27-amd64 b/helgrind/tests/tc06_two_races.stderr.exp-glibc27-amd64 index 20206e353b..d5e58b64f0 100644 --- a/helgrind/tests/tc06_two_races.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc06_two_races.stderr.exp-glibc27-amd64 @@ -3,7 +3,7 @@ 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 (tc06_two_races.c:26) @@ -12,7 +12,7 @@ Possible data race during read of size 4 at 0x........ by thread #x 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 @@ -22,7 +22,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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 @@ -32,7 +32,7 @@ Possible data race during read of size 4 at 0x........ by thread #x 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 @@ -42,7 +42,7 @@ Possible data race during write of size 4 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc23-amd64 b/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc23-amd64 index dc6bf41550..4daa898e14 100644 --- a/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc23-amd64 +++ b/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc23-amd64 @@ -13,7 +13,7 @@ Thread #1 unlocked a not-locked lock at 0x........ 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) @@ -54,7 +54,7 @@ Thread #1 unlocked a not-locked lock at 0x........ 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) diff --git a/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-amd64 b/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-amd64 index b61e788aae..62c8b106dc 100644 --- a/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-amd64 @@ -12,8 +12,8 @@ Thread #x unlocked a not-locked lock at 0x........ Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: do_clone (in /lib/libpthread...) - by 0x........: pthread_create@GLIBC_ (in /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) @@ -22,7 +22,7 @@ Thread #x unlocked lock at 0x........ currently held by thread #x 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:...) @@ -62,8 +62,8 @@ Thread #x: Bug in libpthread: recursive write lock granted on mutex/wrlock which Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: do_clone (in /lib/libpthread...) - by 0x........: pthread_create@GLIBC_ (in /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) @@ -72,7 +72,7 @@ Thread #x unlocked lock at 0x........ currently held by thread #x 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:...) diff --git a/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-x86 b/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-x86 index 84601c4797..c1d1b982ce 100644 --- a/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc25-x86 @@ -12,7 +12,7 @@ Thread #1 unlocked a not-locked lock at 0x........ 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) @@ -58,7 +58,7 @@ Thread #1 unlocked a not-locked lock at 0x........ 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) diff --git a/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc27-amd64 b/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc27-amd64 index cb76dad435..e9425fe883 100644 --- a/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc09_bad_unlock.stderr.exp-glibc27-amd64 @@ -12,7 +12,7 @@ Thread #x unlocked a not-locked lock at 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........: nearly_main (tc09_bad_unlock.c:35) by 0x........: main (tc09_bad_unlock.c:49) @@ -21,7 +21,7 @@ Thread #x unlocked lock at 0x........ currently held by thread #x 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:...) @@ -61,7 +61,7 @@ Thread #x: Bug in libpthread: recursive write lock granted on mutex/wrlock which Thread #x was created at 0x........: clone (in /...libc...) - 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) @@ -70,7 +70,7 @@ Thread #x unlocked lock at 0x........ currently held by thread #x 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:...) diff --git a/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc25-amd64 b/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc25-amd64 index 73dcf1c576..7b92f80861 100644 --- a/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc25-amd64 @@ -1,8 +1,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 (tc14_laog_dinphils.c:34) @@ -10,7 +10,7 @@ Thread #x: lock order "0x........ before 0x........" violated 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) diff --git a/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc25-x86 b/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc25-x86 index c4db6cf5e0..9f8f4b5340 100644 --- a/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc25-x86 @@ -1,7 +1,7 @@ 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) diff --git a/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc27-amd64 b/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc27-amd64 index 03d74a784b..f321b1b26c 100644 --- a/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc14_laog_dinphils.stderr.exp-glibc27-amd64 @@ -1,7 +1,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 (tc14_laog_dinphils.c:34) @@ -9,7 +9,7 @@ Thread #x: lock order "0x........ before 0x........" violated 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) diff --git a/helgrind/tests/tc16_byterace.stderr.exp-glibc25-amd64 b/helgrind/tests/tc16_byterace.stderr.exp-glibc25-amd64 index c40573bec2..6fbff0c203 100644 --- a/helgrind/tests/tc16_byterace.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc16_byterace.stderr.exp-glibc25-amd64 @@ -3,8 +3,8 @@ Thread #x is the program's root thread Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: do_clone (in /lib/libpthread...) - by 0x........: pthread_create@GLIBC_ (in /lib/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) @@ -13,7 +13,7 @@ Possible data race during read of size 1 at 0x........ by thread #x 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 @@ -23,7 +23,7 @@ Possible data race during write of size 1 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc16_byterace.stderr.exp-glibc25-x86 b/helgrind/tests/tc16_byterace.stderr.exp-glibc25-x86 index b5430de9ee..76984f4cc6 100644 --- a/helgrind/tests/tc16_byterace.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc16_byterace.stderr.exp-glibc25-x86 @@ -3,7 +3,7 @@ Thread #1 is the program's root thread 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) diff --git a/helgrind/tests/tc16_byterace.stderr.exp-glibc27-amd64 b/helgrind/tests/tc16_byterace.stderr.exp-glibc27-amd64 index 4d80f191cb..6aceb66a6d 100644 --- a/helgrind/tests/tc16_byterace.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc16_byterace.stderr.exp-glibc27-amd64 @@ -3,7 +3,7 @@ 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 (tc16_byterace.c:22) @@ -12,7 +12,7 @@ Possible data race during read of size 1 at 0x........ by thread #x 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 @@ -22,7 +22,7 @@ Possible data race during write of size 1 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc17_sembar.stderr.exp-glibc25-x86 b/helgrind/tests/tc17_sembar.stderr.exp-glibc25-x86 index 2167fa44f6..565cdcd0e0 100644 --- a/helgrind/tests/tc17_sembar.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc17_sembar.stderr.exp-glibc25-x86 @@ -2,25 +2,25 @@ 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) diff --git a/helgrind/tests/tc19_shadowmem.stderr.exp-glibc25-amd64 b/helgrind/tests/tc19_shadowmem.stderr.exp-glibc25-amd64 index bba4d766a7..d340fbf0e3 100644 --- a/helgrind/tests/tc19_shadowmem.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc19_shadowmem.stderr.exp-glibc25-amd64 @@ -7,15 +7,15 @@ ---------- 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) @@ -23,27 +23,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -51,27 +51,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -79,27 +79,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -107,27 +107,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -135,27 +135,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -163,27 +163,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -191,27 +191,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -219,27 +219,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -247,27 +247,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -275,27 +275,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -303,27 +303,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -331,27 +331,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -359,27 +359,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -387,27 +387,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -415,27 +415,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -443,27 +443,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -471,27 +471,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -499,27 +499,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -527,27 +527,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -555,27 +555,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -583,27 +583,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -611,27 +611,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -639,27 +639,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -667,27 +667,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -695,27 +695,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -723,27 +723,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -751,27 +751,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -779,27 +779,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -807,27 +807,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -835,27 +835,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -863,27 +863,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -891,27 +891,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -919,27 +919,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -947,27 +947,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -975,27 +975,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1003,27 +1003,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1031,27 +1031,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1059,27 +1059,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1087,27 +1087,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1115,27 +1115,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1143,27 +1143,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1171,27 +1171,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1199,27 +1199,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1227,27 +1227,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1255,27 +1255,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1283,27 +1283,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1311,27 +1311,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1339,27 +1339,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1367,27 +1367,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1395,27 +1395,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1423,27 +1423,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1451,27 +1451,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1479,27 +1479,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1507,27 +1507,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1535,27 +1535,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1563,27 +1563,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1591,27 +1591,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1619,27 +1619,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1647,27 +1647,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1675,27 +1675,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1703,27 +1703,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1731,27 +1731,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1759,27 +1759,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1787,27 +1787,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1815,27 +1815,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1843,27 +1843,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1871,27 +1871,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1899,27 +1899,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1927,27 +1927,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1955,27 +1955,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1983,27 +1983,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2011,27 +2011,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2039,27 +2039,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2067,27 +2067,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2095,27 +2095,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2123,27 +2123,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2151,27 +2151,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2179,27 +2179,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2207,27 +2207,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2235,27 +2235,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2263,27 +2263,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2291,27 +2291,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2319,27 +2319,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2347,27 +2347,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2375,27 +2375,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2403,27 +2403,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2431,27 +2431,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2459,27 +2459,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2487,27 +2487,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2515,27 +2515,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2543,27 +2543,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2571,27 +2571,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2599,27 +2599,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2627,27 +2627,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2655,27 +2655,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2683,27 +2683,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2711,27 +2711,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2739,27 +2739,27 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2767,13 +2767,13 @@ Possible data race during write of size 1 at 0x........ 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...) 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...) ========================================================== @@ -2784,15 +2784,15 @@ Possible data race during write of size 1 at 0x........ by 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 (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) @@ -2800,13 +2800,13 @@ Possible data race during write of size 2 at 0x........ 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...) 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 @@ -2815,15 +2815,15 @@ will still be recorded, but in less detail than before. Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: do_clone (in /lib/libpthread...) - by 0x........: pthread_create@GLIBC_ (in /lib/libpthread...) + by 0x........: 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) @@ -2831,40 +2831,40 @@ 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...) 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) @@ -2872,27 +2872,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -2900,40 +2900,40 @@ 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...) 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) @@ -2941,27 +2941,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -2969,40 +2969,40 @@ 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...) 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) @@ -3010,27 +3010,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3038,40 +3038,40 @@ 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...) 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) @@ -3079,27 +3079,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3107,40 +3107,40 @@ 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...) 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) @@ -3148,27 +3148,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3176,40 +3176,40 @@ 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...) 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) @@ -3217,27 +3217,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3245,40 +3245,40 @@ 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...) 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) @@ -3286,27 +3286,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3314,40 +3314,40 @@ 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...) 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) @@ -3355,27 +3355,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3383,40 +3383,40 @@ 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...) 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) @@ -3424,27 +3424,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3452,40 +3452,40 @@ 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...) 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) @@ -3493,27 +3493,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3521,40 +3521,40 @@ 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...) 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) @@ -3562,27 +3562,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3590,40 +3590,40 @@ 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...) 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) @@ -3631,27 +3631,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3659,40 +3659,40 @@ 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...) 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) @@ -3700,27 +3700,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3728,40 +3728,40 @@ 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...) 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) @@ -3769,27 +3769,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3797,40 +3797,40 @@ 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...) 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) @@ -3838,27 +3838,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3866,40 +3866,40 @@ 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...) 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) @@ -3907,27 +3907,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3935,40 +3935,40 @@ 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...) 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) @@ -3976,27 +3976,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4004,40 +4004,40 @@ 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...) 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) @@ -4045,27 +4045,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4073,40 +4073,40 @@ 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...) 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) @@ -4114,27 +4114,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4142,40 +4142,40 @@ 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...) 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) @@ -4183,27 +4183,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4211,40 +4211,40 @@ 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...) 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) @@ -4252,27 +4252,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4280,40 +4280,40 @@ 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...) 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) @@ -4321,27 +4321,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4349,40 +4349,40 @@ 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...) 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) @@ -4390,27 +4390,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4418,40 +4418,40 @@ 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...) 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) @@ -4459,27 +4459,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4487,40 +4487,40 @@ 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...) 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) @@ -4528,27 +4528,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4556,40 +4556,40 @@ 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...) 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) @@ -4597,27 +4597,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4625,40 +4625,40 @@ 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...) 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) @@ -4666,27 +4666,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4694,40 +4694,40 @@ 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...) 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) @@ -4735,27 +4735,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4763,40 +4763,40 @@ 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...) 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) @@ -4804,27 +4804,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4832,40 +4832,40 @@ 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...) 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) @@ -4873,27 +4873,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4901,40 +4901,40 @@ 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...) 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) @@ -4942,27 +4942,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4970,40 +4970,40 @@ 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...) 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) @@ -5011,27 +5011,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5039,40 +5039,40 @@ 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...) 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) @@ -5080,27 +5080,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5108,40 +5108,40 @@ 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...) 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) @@ -5149,27 +5149,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5177,40 +5177,40 @@ 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...) 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) @@ -5218,27 +5218,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5246,40 +5246,40 @@ 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...) 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) @@ -5287,27 +5287,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5315,40 +5315,40 @@ 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...) 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) @@ -5356,27 +5356,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5384,40 +5384,40 @@ 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...) 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) @@ -5425,27 +5425,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5453,40 +5453,40 @@ 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...) 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) @@ -5494,27 +5494,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5522,40 +5522,40 @@ 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...) 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) @@ -5563,27 +5563,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5591,40 +5591,40 @@ 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...) 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) @@ -5632,27 +5632,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5660,40 +5660,40 @@ 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...) 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) @@ -5701,27 +5701,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5729,40 +5729,40 @@ 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...) 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) @@ -5770,27 +5770,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5798,40 +5798,40 @@ 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...) 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) @@ -5839,27 +5839,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5867,40 +5867,40 @@ 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...) 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) @@ -5908,27 +5908,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5936,40 +5936,40 @@ 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...) 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) @@ -5977,27 +5977,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -6005,40 +6005,40 @@ 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...) 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) @@ -6046,27 +6046,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -6074,40 +6074,40 @@ 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...) 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) @@ -6115,27 +6115,27 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -6143,26 +6143,26 @@ 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...) 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...) ========================================================== @@ -6173,15 +6173,15 @@ Possible data race during write of size 1 at 0x........ by 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 (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) @@ -6189,27 +6189,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6217,66 +6217,66 @@ Possible data 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...) Possible data 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) @@ -6284,40 +6284,40 @@ 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...) 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) @@ -6325,66 +6325,66 @@ Possible data 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...) Possible data 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) @@ -6392,27 +6392,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6420,66 +6420,66 @@ Possible data 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...) Possible data 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) @@ -6487,40 +6487,40 @@ 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...) 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) @@ -6528,66 +6528,66 @@ Possible data 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...) Possible data 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) @@ -6595,27 +6595,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6623,66 +6623,66 @@ Possible data 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...) Possible data 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) @@ -6690,40 +6690,40 @@ 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...) 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) @@ -6731,66 +6731,66 @@ Possible data 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...) Possible data 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) @@ -6798,27 +6798,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6826,66 +6826,66 @@ Possible data 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...) Possible data 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) @@ -6893,40 +6893,40 @@ 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...) 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) @@ -6934,66 +6934,66 @@ Possible data 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...) Possible data 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) @@ -7001,27 +7001,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7029,66 +7029,66 @@ Possible data 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...) Possible data 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) @@ -7096,40 +7096,40 @@ 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...) 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) @@ -7137,66 +7137,66 @@ Possible data 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...) Possible data 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) @@ -7204,27 +7204,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7232,66 +7232,66 @@ Possible data 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...) Possible data 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) @@ -7299,40 +7299,40 @@ 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...) 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) @@ -7340,66 +7340,66 @@ Possible data 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...) Possible data 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) @@ -7407,27 +7407,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7435,66 +7435,66 @@ Possible data 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...) Possible data 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) @@ -7502,40 +7502,40 @@ 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...) 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) @@ -7543,66 +7543,66 @@ Possible data 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...) Possible data 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) @@ -7610,27 +7610,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7638,66 +7638,66 @@ Possible data 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...) Possible data 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) @@ -7705,40 +7705,40 @@ 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...) 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) @@ -7746,66 +7746,66 @@ Possible data 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...) Possible data 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) @@ -7813,27 +7813,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7841,66 +7841,66 @@ Possible data 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...) Possible data 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) @@ -7908,40 +7908,40 @@ 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...) 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) @@ -7949,66 +7949,66 @@ Possible data 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...) Possible data 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) @@ -8016,27 +8016,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8044,66 +8044,66 @@ Possible data 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...) Possible data 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) @@ -8111,40 +8111,40 @@ 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...) 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) @@ -8152,66 +8152,66 @@ Possible data 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...) Possible data 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) @@ -8219,27 +8219,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8247,66 +8247,66 @@ Possible data 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...) Possible data 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) @@ -8314,40 +8314,40 @@ 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...) 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) @@ -8355,66 +8355,66 @@ Possible data 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...) Possible data 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) @@ -8422,27 +8422,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8450,66 +8450,66 @@ Possible data 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...) Possible data 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) @@ -8517,40 +8517,40 @@ 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...) 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) @@ -8558,66 +8558,66 @@ Possible data 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...) Possible data 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) @@ -8625,27 +8625,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8653,66 +8653,66 @@ Possible data 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...) Possible data 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) @@ -8720,40 +8720,40 @@ 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...) 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) @@ -8761,66 +8761,66 @@ Possible data 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...) Possible data 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) @@ -8828,27 +8828,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8856,66 +8856,66 @@ Possible data 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...) Possible data 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) @@ -8923,40 +8923,40 @@ 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...) 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) @@ -8964,66 +8964,66 @@ Possible data 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...) Possible data 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) @@ -9031,27 +9031,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9059,66 +9059,66 @@ Possible data 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...) Possible data 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) @@ -9126,40 +9126,40 @@ 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...) 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) @@ -9167,66 +9167,66 @@ Possible data 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...) Possible data 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) @@ -9234,27 +9234,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9262,66 +9262,66 @@ Possible data 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...) Possible data 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) @@ -9329,40 +9329,40 @@ 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...) 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) @@ -9370,66 +9370,66 @@ Possible data 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...) Possible data 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) @@ -9437,27 +9437,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9465,66 +9465,66 @@ Possible data 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...) Possible data 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) @@ -9532,40 +9532,40 @@ 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...) 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) @@ -9573,66 +9573,66 @@ Possible data 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...) Possible data 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) @@ -9640,27 +9640,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9668,66 +9668,66 @@ Possible data 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...) Possible data 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) @@ -9735,40 +9735,40 @@ 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...) 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) @@ -9776,66 +9776,66 @@ Possible data 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...) Possible data 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) @@ -9843,27 +9843,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9871,66 +9871,66 @@ Possible data 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...) Possible data 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) @@ -9938,40 +9938,40 @@ 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...) 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) @@ -9979,66 +9979,66 @@ Possible data 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...) Possible data 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) @@ -10046,27 +10046,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -10074,66 +10074,66 @@ Possible data 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...) Possible data 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) @@ -10141,40 +10141,40 @@ 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...) 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) @@ -10182,66 +10182,66 @@ Possible data 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...) Possible data 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) @@ -10249,27 +10249,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -10277,66 +10277,66 @@ Possible data 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...) Possible data 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) @@ -10344,40 +10344,40 @@ 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...) 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) @@ -10385,66 +10385,66 @@ Possible data 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...) Possible data 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) @@ -10452,27 +10452,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -10480,66 +10480,66 @@ Possible data 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...) Possible data 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) @@ -10547,40 +10547,40 @@ 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...) 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) @@ -10588,66 +10588,66 @@ Possible data 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...) Possible data 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) @@ -10655,27 +10655,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -10683,66 +10683,66 @@ Possible data 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...) Possible data 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) @@ -10750,40 +10750,40 @@ 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...) 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) @@ -10791,66 +10791,66 @@ Possible data 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...) Possible data 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) @@ -10858,27 +10858,27 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -10886,66 +10886,66 @@ Possible data 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...) Possible data 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) @@ -10953,40 +10953,40 @@ 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...) 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) @@ -10994,52 +10994,52 @@ Possible data 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...) Possible data 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...) ========================================================== @@ -11050,15 +11050,15 @@ Possible data race during write of size 1 at 0x........ by 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 (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) @@ -11066,27 +11066,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -11094,118 +11094,118 @@ Possible data 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...) Possible data 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) @@ -11213,66 +11213,66 @@ 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...) 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) @@ -11280,118 +11280,118 @@ Possible data 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...) Possible data 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) @@ -11399,40 +11399,40 @@ 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...) 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) @@ -11440,118 +11440,118 @@ Possible data 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...) Possible data 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) @@ -11559,66 +11559,66 @@ 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...) 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) @@ -11626,118 +11626,118 @@ Possible data 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...) Possible data 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) @@ -11745,27 +11745,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -11773,118 +11773,118 @@ Possible data 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...) Possible data 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) @@ -11892,66 +11892,66 @@ 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...) 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) @@ -11959,118 +11959,118 @@ Possible data 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...) Possible data 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) @@ -12078,40 +12078,40 @@ 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...) 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) @@ -12119,118 +12119,118 @@ Possible data 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...) Possible data 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) @@ -12238,66 +12238,66 @@ 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...) 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) @@ -12305,118 +12305,118 @@ Possible data 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...) Possible data 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) @@ -12424,27 +12424,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -12452,118 +12452,118 @@ Possible data 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...) Possible data 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) @@ -12571,66 +12571,66 @@ 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...) 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) @@ -12638,118 +12638,118 @@ Possible data 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...) Possible data 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) @@ -12757,40 +12757,40 @@ 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...) 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) @@ -12798,118 +12798,118 @@ Possible data 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...) Possible data 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) @@ -12917,66 +12917,66 @@ 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...) 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) @@ -12984,118 +12984,118 @@ Possible data 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...) Possible data 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) @@ -13103,27 +13103,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -13131,118 +13131,118 @@ Possible data 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...) Possible data 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) @@ -13250,66 +13250,66 @@ 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...) 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) @@ -13317,118 +13317,118 @@ Possible data 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...) Possible data 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) @@ -13436,40 +13436,40 @@ 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...) 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) @@ -13477,118 +13477,118 @@ Possible data 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...) Possible data 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) @@ -13596,66 +13596,66 @@ 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...) 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) @@ -13663,118 +13663,118 @@ Possible data 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...) Possible data 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) @@ -13782,27 +13782,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -13810,118 +13810,118 @@ Possible data 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...) Possible data 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) @@ -13929,66 +13929,66 @@ 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...) 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) @@ -13996,118 +13996,118 @@ Possible data 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...) Possible data 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) @@ -14115,40 +14115,40 @@ 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...) 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) @@ -14156,118 +14156,118 @@ Possible data 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...) Possible data 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) @@ -14275,66 +14275,66 @@ 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...) 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) @@ -14342,118 +14342,118 @@ Possible data 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...) Possible data 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) @@ -14461,27 +14461,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -14489,118 +14489,118 @@ Possible data 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...) Possible data 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) @@ -14608,66 +14608,66 @@ 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...) 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) @@ -14675,118 +14675,118 @@ Possible data 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...) Possible data 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) @@ -14794,40 +14794,40 @@ 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...) 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) @@ -14835,118 +14835,118 @@ Possible data 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...) Possible data 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) @@ -14954,66 +14954,66 @@ 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...) 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) @@ -15021,118 +15021,118 @@ Possible data 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...) Possible data 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) @@ -15140,27 +15140,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -15168,118 +15168,118 @@ Possible data 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...) Possible data 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) @@ -15287,66 +15287,66 @@ 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...) 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) @@ -15354,118 +15354,118 @@ Possible data 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...) Possible data 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) @@ -15473,40 +15473,40 @@ 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...) 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) @@ -15514,118 +15514,118 @@ Possible data 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...) Possible data 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) @@ -15633,66 +15633,66 @@ 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...) 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) @@ -15700,118 +15700,118 @@ Possible data 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...) Possible data 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) @@ -15819,27 +15819,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -15847,118 +15847,118 @@ Possible data 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...) Possible data 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) @@ -15966,66 +15966,66 @@ 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...) 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) @@ -16033,118 +16033,118 @@ Possible data 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...) Possible data 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) @@ -16152,40 +16152,40 @@ 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...) 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) @@ -16193,118 +16193,118 @@ Possible data 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...) Possible data 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) @@ -16312,66 +16312,66 @@ 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...) 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) @@ -16379,118 +16379,118 @@ Possible data 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...) Possible data 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) @@ -16498,27 +16498,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -16526,118 +16526,118 @@ Possible data 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...) Possible data 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) @@ -16645,66 +16645,66 @@ 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...) 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) @@ -16712,118 +16712,118 @@ Possible data 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...) Possible data 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) @@ -16831,40 +16831,40 @@ 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...) 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) @@ -16872,118 +16872,118 @@ Possible data 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...) Possible data 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) @@ -16991,66 +16991,66 @@ 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...) 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) @@ -17058,118 +17058,118 @@ Possible data 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...) Possible data 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) @@ -17177,27 +17177,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -17205,118 +17205,118 @@ Possible data 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...) Possible data 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) @@ -17324,66 +17324,66 @@ 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...) 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) @@ -17391,118 +17391,118 @@ Possible data 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...) Possible data 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) @@ -17510,40 +17510,40 @@ 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...) 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) @@ -17551,118 +17551,118 @@ Possible data 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...) Possible data 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) @@ -17670,66 +17670,66 @@ 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...) 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) @@ -17737,118 +17737,118 @@ Possible data 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...) Possible data 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) @@ -17856,27 +17856,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -17884,118 +17884,118 @@ Possible data 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...) Possible data 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) @@ -18003,66 +18003,66 @@ 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...) 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) @@ -18070,118 +18070,118 @@ Possible data 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...) Possible data 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) @@ -18189,40 +18189,40 @@ 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...) 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) @@ -18230,118 +18230,118 @@ Possible data 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...) Possible data 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) @@ -18349,66 +18349,66 @@ 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...) 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) @@ -18416,118 +18416,118 @@ Possible data 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...) Possible data 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) @@ -18535,27 +18535,27 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -18563,118 +18563,118 @@ Possible data 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...) Possible data 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) @@ -18682,66 +18682,66 @@ 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...) 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) @@ -18749,104 +18749,104 @@ Possible data 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...) Possible data 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) diff --git a/helgrind/tests/tc19_shadowmem.stderr.exp-glibc25-x86 b/helgrind/tests/tc19_shadowmem.stderr.exp-glibc25-x86 index efa673066b..6852e69f45 100644 --- a/helgrind/tests/tc19_shadowmem.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc19_shadowmem.stderr.exp-glibc25-x86 @@ -7,13 +7,13 @@ ---------- 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) @@ -30,13 +30,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -53,13 +53,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -76,13 +76,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -99,13 +99,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -122,13 +122,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -145,13 +145,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -168,13 +168,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -191,13 +191,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -214,13 +214,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -237,13 +237,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -260,13 +260,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -283,13 +283,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -306,13 +306,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -329,13 +329,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -352,13 +352,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -375,13 +375,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -398,13 +398,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -421,13 +421,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -444,13 +444,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -467,13 +467,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -490,13 +490,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -513,13 +513,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -536,13 +536,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -559,13 +559,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -582,13 +582,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -605,13 +605,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -628,13 +628,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -651,13 +651,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -674,13 +674,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -697,13 +697,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -720,13 +720,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -743,13 +743,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -766,13 +766,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -789,13 +789,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -812,13 +812,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -835,13 +835,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -858,13 +858,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -881,13 +881,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -904,13 +904,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -927,13 +927,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -950,13 +950,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -973,13 +973,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -996,13 +996,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1019,13 +1019,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1042,13 +1042,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1065,13 +1065,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1088,13 +1088,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1111,13 +1111,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1134,13 +1134,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1157,13 +1157,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1180,13 +1180,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1203,13 +1203,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1226,13 +1226,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1249,13 +1249,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1272,13 +1272,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1295,13 +1295,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1318,13 +1318,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1341,13 +1341,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1364,13 +1364,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1387,13 +1387,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1410,13 +1410,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1433,13 +1433,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1456,13 +1456,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1479,13 +1479,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1502,13 +1502,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1525,13 +1525,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1548,13 +1548,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1571,13 +1571,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1594,13 +1594,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1617,13 +1617,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1640,13 +1640,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1663,13 +1663,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1686,13 +1686,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1709,13 +1709,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1732,13 +1732,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1755,13 +1755,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1778,13 +1778,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1801,13 +1801,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1824,13 +1824,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1847,13 +1847,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1870,13 +1870,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1893,13 +1893,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1916,13 +1916,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1939,13 +1939,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1962,13 +1962,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -1985,13 +1985,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2008,13 +2008,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2031,13 +2031,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2054,13 +2054,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2077,13 +2077,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2100,13 +2100,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2123,13 +2123,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2146,13 +2146,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2169,13 +2169,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2192,13 +2192,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2215,13 +2215,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2238,13 +2238,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2261,13 +2261,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2289,13 +2289,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2315,13 +2315,13 @@ will still be recorded, but in less detail than before. 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) @@ -2348,13 +2348,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2371,13 +2371,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2404,13 +2404,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2427,13 +2427,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2460,13 +2460,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2483,13 +2483,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2516,13 +2516,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2539,13 +2539,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2572,13 +2572,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2595,13 +2595,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2628,13 +2628,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2651,13 +2651,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2684,13 +2684,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2707,13 +2707,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2740,13 +2740,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2763,13 +2763,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2796,13 +2796,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2819,13 +2819,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2852,13 +2852,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2875,13 +2875,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2908,13 +2908,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2931,13 +2931,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -2964,13 +2964,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -2987,13 +2987,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3020,13 +3020,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3043,13 +3043,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3076,13 +3076,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3099,13 +3099,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3132,13 +3132,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3155,13 +3155,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3188,13 +3188,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3211,13 +3211,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3244,13 +3244,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3267,13 +3267,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3300,13 +3300,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3323,13 +3323,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3356,13 +3356,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3379,13 +3379,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3412,13 +3412,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3435,13 +3435,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3468,13 +3468,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3491,13 +3491,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3524,13 +3524,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3547,13 +3547,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3580,13 +3580,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3603,13 +3603,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3636,13 +3636,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3659,13 +3659,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3692,13 +3692,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3715,13 +3715,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3748,13 +3748,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3771,13 +3771,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3804,13 +3804,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3827,13 +3827,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3860,13 +3860,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3883,13 +3883,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3916,13 +3916,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3939,13 +3939,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -3972,13 +3972,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -3995,13 +3995,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4028,13 +4028,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4051,13 +4051,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4084,13 +4084,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4107,13 +4107,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4140,13 +4140,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4163,13 +4163,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4196,13 +4196,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4219,13 +4219,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4252,13 +4252,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4275,13 +4275,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4308,13 +4308,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4331,13 +4331,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4364,13 +4364,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4387,13 +4387,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4420,13 +4420,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4443,13 +4443,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4476,13 +4476,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4499,13 +4499,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4532,13 +4532,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4555,13 +4555,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4588,13 +4588,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4611,13 +4611,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4644,13 +4644,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4667,13 +4667,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4700,13 +4700,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4723,13 +4723,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4756,13 +4756,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4779,13 +4779,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4812,13 +4812,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4835,13 +4835,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4868,13 +4868,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4891,13 +4891,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4924,13 +4924,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -4947,13 +4947,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -4980,13 +4980,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5003,13 +5003,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -5041,13 +5041,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5064,13 +5064,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -5117,13 +5117,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5150,13 +5150,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -5203,13 +5203,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5226,13 +5226,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -5279,13 +5279,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5312,13 +5312,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -5365,13 +5365,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5388,13 +5388,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -5441,13 +5441,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5474,13 +5474,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -5527,13 +5527,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5550,13 +5550,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -5603,13 +5603,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5636,13 +5636,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -5689,13 +5689,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5712,13 +5712,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -5765,13 +5765,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5798,13 +5798,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -5851,13 +5851,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5874,13 +5874,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -5927,13 +5927,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -5960,13 +5960,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -6013,13 +6013,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6036,13 +6036,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -6089,13 +6089,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6122,13 +6122,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -6175,13 +6175,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6198,13 +6198,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -6251,13 +6251,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6284,13 +6284,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -6337,13 +6337,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6360,13 +6360,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -6413,13 +6413,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6446,13 +6446,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -6499,13 +6499,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6522,13 +6522,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -6575,13 +6575,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6608,13 +6608,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -6661,13 +6661,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6684,13 +6684,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -6737,13 +6737,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6770,13 +6770,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -6823,13 +6823,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6846,13 +6846,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -6899,13 +6899,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -6932,13 +6932,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -6985,13 +6985,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7008,13 +7008,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -7061,13 +7061,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7094,13 +7094,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -7147,13 +7147,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7170,13 +7170,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -7223,13 +7223,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7256,13 +7256,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -7309,13 +7309,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7332,13 +7332,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -7385,13 +7385,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7418,13 +7418,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -7471,13 +7471,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7494,13 +7494,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -7547,13 +7547,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7580,13 +7580,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -7633,13 +7633,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7656,13 +7656,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -7709,13 +7709,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7742,13 +7742,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -7795,13 +7795,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7818,13 +7818,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -7871,13 +7871,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7904,13 +7904,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -7957,13 +7957,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -7980,13 +7980,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -8033,13 +8033,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8066,13 +8066,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -8119,13 +8119,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8142,13 +8142,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -8195,13 +8195,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8228,13 +8228,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -8281,13 +8281,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8304,13 +8304,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -8357,13 +8357,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8390,13 +8390,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -8443,13 +8443,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8466,13 +8466,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -8519,13 +8519,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8552,13 +8552,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -8605,13 +8605,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8628,13 +8628,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -8681,13 +8681,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8714,13 +8714,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -8767,13 +8767,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8790,13 +8790,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -8843,13 +8843,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8876,13 +8876,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -8934,13 +8934,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -8957,13 +8957,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -9050,13 +9050,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -9103,13 +9103,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -9196,13 +9196,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -9229,13 +9229,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -9322,13 +9322,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -9375,13 +9375,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -9468,13 +9468,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -9491,13 +9491,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -9584,13 +9584,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -9637,13 +9637,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -9730,13 +9730,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -9763,13 +9763,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -9856,13 +9856,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -9909,13 +9909,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -10002,13 +10002,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -10025,13 +10025,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -10118,13 +10118,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -10171,13 +10171,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -10264,13 +10264,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -10297,13 +10297,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -10390,13 +10390,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -10443,13 +10443,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -10536,13 +10536,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -10559,13 +10559,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -10652,13 +10652,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -10705,13 +10705,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -10798,13 +10798,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -10831,13 +10831,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -10924,13 +10924,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -10977,13 +10977,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -11070,13 +11070,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -11093,13 +11093,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -11186,13 +11186,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -11239,13 +11239,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -11332,13 +11332,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -11365,13 +11365,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -11458,13 +11458,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -11511,13 +11511,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -11604,13 +11604,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -11627,13 +11627,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -11720,13 +11720,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -11773,13 +11773,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -11866,13 +11866,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -11899,13 +11899,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -11992,13 +11992,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -12045,13 +12045,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -12138,13 +12138,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -12161,13 +12161,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -12254,13 +12254,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -12307,13 +12307,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -12400,13 +12400,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -12433,13 +12433,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -12526,13 +12526,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -12579,13 +12579,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -12672,13 +12672,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -12695,13 +12695,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -12788,13 +12788,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -12841,13 +12841,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -12934,13 +12934,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -12967,13 +12967,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -13060,13 +13060,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -13113,13 +13113,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -13206,13 +13206,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -13229,13 +13229,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -13322,13 +13322,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -13375,13 +13375,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -13468,13 +13468,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -13501,13 +13501,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -13594,13 +13594,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -13647,13 +13647,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -13740,13 +13740,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -13763,13 +13763,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -13856,13 +13856,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -13909,13 +13909,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -14002,13 +14002,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -14035,13 +14035,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -14128,13 +14128,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -14181,13 +14181,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -14274,13 +14274,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -14297,13 +14297,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -14390,13 +14390,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -14443,13 +14443,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -14536,13 +14536,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -14569,13 +14569,13 @@ Possible data race during write of size 4 at 0x........ 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) @@ -14662,13 +14662,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -14715,13 +14715,13 @@ Possible data race during write of size 2 at 0x........ 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) @@ -14808,13 +14808,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -14831,13 +14831,13 @@ Possible data race during write of size 8 at 0x........ 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) @@ -14924,13 +14924,13 @@ Possible data race during write of size 1 at 0x........ 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) @@ -14977,13 +14977,13 @@ Possible data race during write of size 2 at 0x........ 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) diff --git a/helgrind/tests/tc19_shadowmem.stderr.exp-glibc27-amd64 b/helgrind/tests/tc19_shadowmem.stderr.exp-glibc27-amd64 index 603403700a..d60c1e5027 100644 --- a/helgrind/tests/tc19_shadowmem.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc19_shadowmem.stderr.exp-glibc27-amd64 @@ -7,13 +7,13 @@ ---------- 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) @@ -21,25 +21,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -47,25 +47,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -73,25 +73,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -99,25 +99,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -125,25 +125,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -151,25 +151,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -177,25 +177,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -203,25 +203,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -229,25 +229,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -255,25 +255,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -281,25 +281,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -307,25 +307,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -333,25 +333,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -359,25 +359,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -385,25 +385,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -411,25 +411,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -437,25 +437,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -463,25 +463,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -489,25 +489,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -515,25 +515,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -541,25 +541,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -567,25 +567,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -593,25 +593,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -619,25 +619,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -645,25 +645,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -671,25 +671,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -697,25 +697,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -723,25 +723,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -749,25 +749,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -775,25 +775,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -801,25 +801,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -827,25 +827,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -853,25 +853,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -879,25 +879,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -905,25 +905,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -931,25 +931,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -957,25 +957,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -983,25 +983,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1009,25 +1009,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1035,25 +1035,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1061,25 +1061,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1087,25 +1087,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1113,25 +1113,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1139,25 +1139,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1165,25 +1165,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1191,25 +1191,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1217,25 +1217,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1243,25 +1243,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1269,25 +1269,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1295,25 +1295,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1321,25 +1321,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1347,25 +1347,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1373,25 +1373,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1399,25 +1399,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1425,25 +1425,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1451,25 +1451,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1477,25 +1477,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1503,25 +1503,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1529,25 +1529,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1555,25 +1555,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1581,25 +1581,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1607,25 +1607,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1633,25 +1633,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1659,25 +1659,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1685,25 +1685,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1711,25 +1711,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1737,25 +1737,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1763,25 +1763,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1789,25 +1789,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1815,25 +1815,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1841,25 +1841,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1867,25 +1867,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1893,25 +1893,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1919,25 +1919,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1945,25 +1945,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1971,25 +1971,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -1997,25 +1997,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2023,25 +2023,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2049,25 +2049,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2075,25 +2075,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2101,25 +2101,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2127,25 +2127,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2153,25 +2153,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2179,25 +2179,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2205,25 +2205,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2231,25 +2231,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2257,25 +2257,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2283,25 +2283,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2309,25 +2309,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2335,25 +2335,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2361,25 +2361,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2387,25 +2387,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2413,25 +2413,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2439,25 +2439,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2465,25 +2465,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2491,25 +2491,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2517,25 +2517,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2543,25 +2543,25 @@ Possible data race during write of size 1 at 0x........ 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...) 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) @@ -2569,13 +2569,13 @@ Possible data race during write of size 1 at 0x........ 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...) 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...) ========================================================== @@ -2586,13 +2586,13 @@ Possible data race during write of size 1 at 0x........ by 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 (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) @@ -2600,13 +2600,13 @@ Possible data race during write of size 2 at 0x........ 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...) 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 @@ -2615,13 +2615,13 @@ will still be recorded, but in less detail than before. Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: pthread_create@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) @@ -2629,38 +2629,38 @@ 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...) 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) @@ -2668,25 +2668,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -2694,38 +2694,38 @@ 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...) 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) @@ -2733,25 +2733,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -2759,38 +2759,38 @@ 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...) 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) @@ -2798,25 +2798,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -2824,38 +2824,38 @@ 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...) 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) @@ -2863,25 +2863,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -2889,38 +2889,38 @@ 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...) 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) @@ -2928,25 +2928,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -2954,38 +2954,38 @@ 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...) 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) @@ -2993,25 +2993,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3019,38 +3019,38 @@ 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...) 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) @@ -3058,25 +3058,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3084,38 +3084,38 @@ 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...) 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) @@ -3123,25 +3123,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3149,38 +3149,38 @@ 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...) 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) @@ -3188,25 +3188,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3214,38 +3214,38 @@ 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...) 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) @@ -3253,25 +3253,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3279,38 +3279,38 @@ 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...) 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) @@ -3318,25 +3318,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3344,38 +3344,38 @@ 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...) 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) @@ -3383,25 +3383,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3409,38 +3409,38 @@ 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...) 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) @@ -3448,25 +3448,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3474,38 +3474,38 @@ 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...) 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) @@ -3513,25 +3513,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3539,38 +3539,38 @@ 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...) 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) @@ -3578,25 +3578,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3604,38 +3604,38 @@ 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...) 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) @@ -3643,25 +3643,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3669,38 +3669,38 @@ 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...) 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) @@ -3708,25 +3708,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3734,38 +3734,38 @@ 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...) 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) @@ -3773,25 +3773,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3799,38 +3799,38 @@ 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...) 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) @@ -3838,25 +3838,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3864,38 +3864,38 @@ 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...) 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) @@ -3903,25 +3903,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3929,38 +3929,38 @@ 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...) 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) @@ -3968,25 +3968,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -3994,38 +3994,38 @@ 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...) 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) @@ -4033,25 +4033,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4059,38 +4059,38 @@ 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...) 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) @@ -4098,25 +4098,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4124,38 +4124,38 @@ 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...) 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) @@ -4163,25 +4163,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4189,38 +4189,38 @@ 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...) 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) @@ -4228,25 +4228,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4254,38 +4254,38 @@ 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...) 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) @@ -4293,25 +4293,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4319,38 +4319,38 @@ 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...) 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) @@ -4358,25 +4358,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4384,38 +4384,38 @@ 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...) 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) @@ -4423,25 +4423,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4449,38 +4449,38 @@ 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...) 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) @@ -4488,25 +4488,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4514,38 +4514,38 @@ 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...) 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) @@ -4553,25 +4553,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4579,38 +4579,38 @@ 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...) 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) @@ -4618,25 +4618,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4644,38 +4644,38 @@ 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...) 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) @@ -4683,25 +4683,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4709,38 +4709,38 @@ 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...) 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) @@ -4748,25 +4748,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4774,38 +4774,38 @@ 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...) 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) @@ -4813,25 +4813,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4839,38 +4839,38 @@ 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...) 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) @@ -4878,25 +4878,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4904,38 +4904,38 @@ 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...) 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) @@ -4943,25 +4943,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -4969,38 +4969,38 @@ 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...) 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) @@ -5008,25 +5008,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5034,38 +5034,38 @@ 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...) 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) @@ -5073,25 +5073,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5099,38 +5099,38 @@ 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...) 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) @@ -5138,25 +5138,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5164,38 +5164,38 @@ 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...) 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) @@ -5203,25 +5203,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5229,38 +5229,38 @@ 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...) 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) @@ -5268,25 +5268,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5294,38 +5294,38 @@ 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...) 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) @@ -5333,25 +5333,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5359,38 +5359,38 @@ 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...) 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) @@ -5398,25 +5398,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5424,38 +5424,38 @@ 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...) 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) @@ -5463,25 +5463,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5489,38 +5489,38 @@ 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...) 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) @@ -5528,25 +5528,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5554,38 +5554,38 @@ 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...) 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) @@ -5593,25 +5593,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5619,38 +5619,38 @@ 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...) 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) @@ -5658,25 +5658,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5684,38 +5684,38 @@ 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...) 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) @@ -5723,25 +5723,25 @@ Possible data race during write of size 2 at 0x........ 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...) 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) @@ -5749,26 +5749,26 @@ 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...) 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...) ========================================================== @@ -5779,13 +5779,13 @@ Possible data race during write of size 1 at 0x........ by 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 (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) @@ -5793,25 +5793,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -5819,64 +5819,64 @@ Possible data 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...) Possible data 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) @@ -5884,38 +5884,38 @@ 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...) 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) @@ -5923,64 +5923,64 @@ Possible data 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...) Possible data 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) @@ -5988,25 +5988,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6014,64 +6014,64 @@ Possible data 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...) Possible data 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) @@ -6079,38 +6079,38 @@ 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...) 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) @@ -6118,64 +6118,64 @@ Possible data 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...) Possible data 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) @@ -6183,25 +6183,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6209,64 +6209,64 @@ Possible data 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...) Possible data 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) @@ -6274,38 +6274,38 @@ 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...) 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) @@ -6313,64 +6313,64 @@ Possible data 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...) Possible data 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) @@ -6378,25 +6378,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6404,64 +6404,64 @@ Possible data 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...) Possible data 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) @@ -6469,38 +6469,38 @@ 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...) 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) @@ -6508,64 +6508,64 @@ Possible data 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...) Possible data 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) @@ -6573,25 +6573,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6599,64 +6599,64 @@ Possible data 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...) Possible data 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) @@ -6664,38 +6664,38 @@ 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...) 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) @@ -6703,64 +6703,64 @@ Possible data 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...) Possible data 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) @@ -6768,25 +6768,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6794,64 +6794,64 @@ Possible data 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...) Possible data 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) @@ -6859,38 +6859,38 @@ 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...) 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) @@ -6898,64 +6898,64 @@ Possible data 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...) Possible data 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) @@ -6963,25 +6963,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -6989,64 +6989,64 @@ Possible data 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...) Possible data 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) @@ -7054,38 +7054,38 @@ 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...) 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) @@ -7093,64 +7093,64 @@ Possible data 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...) Possible data 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) @@ -7158,25 +7158,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7184,64 +7184,64 @@ Possible data 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...) Possible data 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) @@ -7249,38 +7249,38 @@ 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...) 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) @@ -7288,64 +7288,64 @@ Possible data 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...) Possible data 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) @@ -7353,25 +7353,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7379,64 +7379,64 @@ Possible data 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...) Possible data 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) @@ -7444,38 +7444,38 @@ 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...) 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) @@ -7483,64 +7483,64 @@ Possible data 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...) Possible data 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) @@ -7548,25 +7548,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7574,64 +7574,64 @@ Possible data 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...) Possible data 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) @@ -7639,38 +7639,38 @@ 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...) 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) @@ -7678,64 +7678,64 @@ Possible data 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...) Possible data 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) @@ -7743,25 +7743,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7769,64 +7769,64 @@ Possible data 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...) Possible data 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) @@ -7834,38 +7834,38 @@ 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...) 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) @@ -7873,64 +7873,64 @@ Possible data 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...) Possible data 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) @@ -7938,25 +7938,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -7964,64 +7964,64 @@ Possible data 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...) Possible data 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) @@ -8029,38 +8029,38 @@ 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...) 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) @@ -8068,64 +8068,64 @@ Possible data 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...) Possible data 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) @@ -8133,25 +8133,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8159,64 +8159,64 @@ Possible data 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...) Possible data 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) @@ -8224,38 +8224,38 @@ 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...) 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) @@ -8263,64 +8263,64 @@ Possible data 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...) Possible data 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) @@ -8328,25 +8328,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8354,64 +8354,64 @@ Possible data 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...) Possible data 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) @@ -8419,38 +8419,38 @@ 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...) 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) @@ -8458,64 +8458,64 @@ Possible data 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...) Possible data 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) @@ -8523,25 +8523,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8549,64 +8549,64 @@ Possible data 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...) Possible data 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) @@ -8614,38 +8614,38 @@ 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...) 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) @@ -8653,64 +8653,64 @@ Possible data 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...) Possible data 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) @@ -8718,25 +8718,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8744,64 +8744,64 @@ Possible data 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...) Possible data 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) @@ -8809,38 +8809,38 @@ 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...) 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) @@ -8848,64 +8848,64 @@ Possible data 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...) Possible data 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) @@ -8913,25 +8913,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -8939,64 +8939,64 @@ Possible data 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...) Possible data 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) @@ -9004,38 +9004,38 @@ 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...) 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) @@ -9043,64 +9043,64 @@ Possible data 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...) Possible data 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) @@ -9108,25 +9108,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9134,64 +9134,64 @@ Possible data 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...) Possible data 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) @@ -9199,38 +9199,38 @@ 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...) 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) @@ -9238,64 +9238,64 @@ Possible data 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...) Possible data 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) @@ -9303,25 +9303,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9329,64 +9329,64 @@ Possible data 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...) Possible data 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) @@ -9394,38 +9394,38 @@ 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...) 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) @@ -9433,64 +9433,64 @@ Possible data 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...) Possible data 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) @@ -9498,25 +9498,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9524,64 +9524,64 @@ Possible data 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...) Possible data 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) @@ -9589,38 +9589,38 @@ 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...) 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) @@ -9628,64 +9628,64 @@ Possible data 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...) Possible data 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) @@ -9693,25 +9693,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9719,64 +9719,64 @@ Possible data 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...) Possible data 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) @@ -9784,38 +9784,38 @@ 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...) 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) @@ -9823,64 +9823,64 @@ Possible data 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...) Possible data 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) @@ -9888,25 +9888,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -9914,64 +9914,64 @@ Possible data 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...) Possible data 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) @@ -9979,38 +9979,38 @@ 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...) 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) @@ -10018,64 +10018,64 @@ Possible data 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...) Possible data 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) @@ -10083,25 +10083,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -10109,64 +10109,64 @@ Possible data 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...) Possible data 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) @@ -10174,38 +10174,38 @@ 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...) 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) @@ -10213,64 +10213,64 @@ Possible data 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...) Possible data 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) @@ -10278,25 +10278,25 @@ Possible data race during write of size 4 at 0x........ 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...) 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) @@ -10304,64 +10304,64 @@ Possible data 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...) Possible data 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) @@ -10369,38 +10369,38 @@ 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...) 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) @@ -10408,52 +10408,52 @@ Possible data 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...) Possible data 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...) ========================================================== @@ -10464,13 +10464,13 @@ Possible data race during write of size 1 at 0x........ by 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 (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) @@ -10478,25 +10478,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -10504,116 +10504,116 @@ Possible data 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...) Possible data 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) @@ -10621,64 +10621,64 @@ 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...) 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) @@ -10686,116 +10686,116 @@ Possible data 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...) Possible data 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) @@ -10803,38 +10803,38 @@ 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...) 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) @@ -10842,116 +10842,116 @@ Possible data 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...) Possible data 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) @@ -10959,64 +10959,64 @@ 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...) 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) @@ -11024,116 +11024,116 @@ Possible data 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...) Possible data 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) @@ -11141,25 +11141,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -11167,116 +11167,116 @@ Possible data 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...) Possible data 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) @@ -11284,64 +11284,64 @@ 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...) 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) @@ -11349,116 +11349,116 @@ Possible data 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...) Possible data 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) @@ -11466,38 +11466,38 @@ 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...) 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) @@ -11505,116 +11505,116 @@ Possible data 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...) Possible data 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) @@ -11622,64 +11622,64 @@ 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...) 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) @@ -11687,116 +11687,116 @@ Possible data 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...) Possible data 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) @@ -11804,25 +11804,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -11830,116 +11830,116 @@ Possible data 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...) Possible data 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) @@ -11947,64 +11947,64 @@ 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...) 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) @@ -12012,116 +12012,116 @@ Possible data 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...) Possible data 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) @@ -12129,38 +12129,38 @@ 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...) 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) @@ -12168,116 +12168,116 @@ Possible data 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...) Possible data 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) @@ -12285,64 +12285,64 @@ 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...) 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) @@ -12350,116 +12350,116 @@ Possible data 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...) Possible data 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) @@ -12467,25 +12467,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -12493,116 +12493,116 @@ Possible data 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...) Possible data 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) @@ -12610,64 +12610,64 @@ 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...) 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) @@ -12675,116 +12675,116 @@ Possible data 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...) Possible data 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) @@ -12792,38 +12792,38 @@ 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...) 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) @@ -12831,116 +12831,116 @@ Possible data 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...) Possible data 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) @@ -12948,64 +12948,64 @@ 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...) 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) @@ -13013,116 +13013,116 @@ Possible data 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...) Possible data 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) @@ -13130,25 +13130,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -13156,116 +13156,116 @@ Possible data 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...) Possible data 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) @@ -13273,64 +13273,64 @@ 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...) 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) @@ -13338,116 +13338,116 @@ Possible data 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...) Possible data 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) @@ -13455,38 +13455,38 @@ 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...) 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) @@ -13494,116 +13494,116 @@ Possible data 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...) Possible data 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) @@ -13611,64 +13611,64 @@ 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...) 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) @@ -13676,116 +13676,116 @@ Possible data 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...) Possible data 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) @@ -13793,25 +13793,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -13819,116 +13819,116 @@ Possible data 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...) Possible data 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) @@ -13936,64 +13936,64 @@ 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...) 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) @@ -14001,116 +14001,116 @@ Possible data 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...) Possible data 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) @@ -14118,38 +14118,38 @@ 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...) 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) @@ -14157,116 +14157,116 @@ Possible data 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...) Possible data 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) @@ -14274,64 +14274,64 @@ 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...) 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) @@ -14339,116 +14339,116 @@ Possible data 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...) Possible data 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) @@ -14456,25 +14456,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -14482,116 +14482,116 @@ Possible data 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...) Possible data 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) @@ -14599,64 +14599,64 @@ 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...) 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) @@ -14664,116 +14664,116 @@ Possible data 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...) Possible data 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) @@ -14781,38 +14781,38 @@ 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...) 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) @@ -14820,116 +14820,116 @@ Possible data 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...) Possible data 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) @@ -14937,64 +14937,64 @@ 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...) 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) @@ -15002,116 +15002,116 @@ Possible data 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...) Possible data 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) @@ -15119,25 +15119,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -15145,116 +15145,116 @@ Possible data 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...) Possible data 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) @@ -15262,64 +15262,64 @@ 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...) 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) @@ -15327,116 +15327,116 @@ Possible data 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...) Possible data 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) @@ -15444,38 +15444,38 @@ 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...) 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) @@ -15483,116 +15483,116 @@ Possible data 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...) Possible data 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) @@ -15600,64 +15600,64 @@ 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...) 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) @@ -15665,116 +15665,116 @@ Possible data 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...) Possible data 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) @@ -15782,25 +15782,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -15808,116 +15808,116 @@ Possible data 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...) Possible data 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) @@ -15925,64 +15925,64 @@ 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...) 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) @@ -15990,116 +15990,116 @@ Possible data 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...) Possible data 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) @@ -16107,38 +16107,38 @@ 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...) 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) @@ -16146,116 +16146,116 @@ Possible data 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...) Possible data 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) @@ -16263,64 +16263,64 @@ 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...) 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) @@ -16328,116 +16328,116 @@ Possible data 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...) Possible data 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) @@ -16445,25 +16445,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -16471,116 +16471,116 @@ Possible data 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...) Possible data 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) @@ -16588,64 +16588,64 @@ 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...) 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) @@ -16653,116 +16653,116 @@ Possible data 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...) Possible data 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) @@ -16770,38 +16770,38 @@ 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...) 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) @@ -16809,116 +16809,116 @@ Possible data 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...) Possible data 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) @@ -16926,64 +16926,64 @@ 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...) 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) @@ -16991,116 +16991,116 @@ Possible data 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...) Possible data 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) @@ -17108,25 +17108,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -17134,116 +17134,116 @@ Possible data 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...) Possible data 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) @@ -17251,64 +17251,64 @@ 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...) 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) @@ -17316,116 +17316,116 @@ Possible data 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...) Possible data 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) @@ -17433,38 +17433,38 @@ 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...) 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) @@ -17472,116 +17472,116 @@ Possible data 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...) Possible data 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) @@ -17589,64 +17589,64 @@ 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...) 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) @@ -17654,116 +17654,116 @@ Possible data 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...) Possible data 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) @@ -17771,25 +17771,25 @@ Possible data race during write of size 8 at 0x........ 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...) 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) @@ -17797,116 +17797,116 @@ Possible data 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...) Possible data 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) @@ -17914,64 +17914,64 @@ 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...) 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) @@ -17979,104 +17979,104 @@ Possible data 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...) Possible data 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) diff --git a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc23-amd64 b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc23-amd64 index f55e67c23d..df15db9094 100644 --- a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc23-amd64 +++ b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc23-amd64 @@ -10,7 +10,7 @@ Thread #1 is the program's root thread 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) diff --git a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc25-amd64 b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc25-amd64 index 5221eb3f0c..b22c68ce9e 100644 --- a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc25-amd64 @@ -9,8 +9,8 @@ Thread #x is the program's root thread Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: do_clone (in /lib/libpthread...) - by 0x........: pthread_create@GLIBC_ (in /lib/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) @@ -19,7 +19,7 @@ Possible data race during write of size 2 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc25-x86 b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc25-x86 index c1d8677cdf..e3e89c8059 100644 --- a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc25-x86 @@ -9,7 +9,7 @@ Thread #1 is the program's root thread 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) diff --git a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc27-amd64 b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc27-amd64 index e7a17eed6c..3e76f19373 100644 --- a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc27-amd64 @@ -9,7 +9,7 @@ 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 (tc20_verifywrap.c:76) @@ -18,7 +18,7 @@ Possible data race during write of size 2 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc28-amd64 b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc28-amd64 index 37448a7be0..76b2a196da 100644 --- a/helgrind/tests/tc20_verifywrap.stderr.exp-glibc28-amd64 +++ b/helgrind/tests/tc20_verifywrap.stderr.exp-glibc28-amd64 @@ -9,8 +9,8 @@ Thread #x is the program's root thread Thread #x was created at 0x........: clone (in /...libc...) - by 0x........: do_clone (in /lib/libpthread...) - by 0x........: pthread_create@GLIBC_ (in /lib/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) @@ -19,7 +19,7 @@ Possible data race during write of size 2 at 0x........ by thread #x 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 diff --git a/helgrind/tests/tc21_pthonce.stderr.exp-glibc23-amd64 b/helgrind/tests/tc21_pthonce.stderr.exp-glibc23-amd64 index 61a5660855..8bd3e827e7 100644 --- a/helgrind/tests/tc21_pthonce.stderr.exp-glibc23-amd64 +++ b/helgrind/tests/tc21_pthonce.stderr.exp-glibc23-amd64 @@ -2,14 +2,14 @@ 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) diff --git a/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-amd64 b/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-amd64 index d2d24abcd0..92c513b7fc 100644 --- a/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-amd64 @@ -1,27 +1,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 (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 @@ -29,12 +29,12 @@ Possible data race during read of size 4 at 0x........ by 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 diff --git a/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-x86 b/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-x86 index 901d1d4de2..f6b6d5e750 100644 --- a/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc21_pthonce.stderr.exp-glibc25-x86 @@ -1,13 +1,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 (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) diff --git a/helgrind/tests/tc21_pthonce.stderr.exp-glibc27-amd64 b/helgrind/tests/tc21_pthonce.stderr.exp-glibc27-amd64 index 4d8270b39d..f1e006602b 100644 --- a/helgrind/tests/tc21_pthonce.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc21_pthonce.stderr.exp-glibc27-amd64 @@ -1,25 +1,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 (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 @@ -27,12 +27,12 @@ Possible data race during read of size 4 at 0x........ by 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 diff --git a/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc25-amd64 b/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc25-amd64 index 6c4e52bfc7..bcc208524e 100644 --- a/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc25-amd64 +++ b/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc25-amd64 @@ -1,24 +1,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 (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 diff --git a/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc25-x86 b/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc25-x86 index daba450dd0..5e212b5ba4 100644 --- a/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc25-x86 +++ b/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc25-x86 @@ -1,22 +1,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 (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 diff --git a/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc27-amd64 b/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc27-amd64 index ccca5218d3..71dd8ffe2c 100644 --- a/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc27-amd64 +++ b/helgrind/tests/tc22_exit_w_lock.stderr.exp-glibc27-amd64 @@ -1,22 +1,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 (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 diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index fbf39a2034..046ef923b6 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -94,7 +94,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ 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 \ diff --git a/memcheck/tests/mismatches.stderr.exp b/memcheck/tests/mismatches.stderr.exp index 283b65f4bb..21096cfd9e 100644 --- a/memcheck/tests/mismatches.stderr.exp +++ b/memcheck/tests/mismatches.stderr.exp @@ -1,41 +1,41 @@ 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) diff --git a/memcheck/tests/mismatches.stderr.exp2 b/memcheck/tests/mismatches.stderr.exp2 deleted file mode 100644 index 448414a1aa..0000000000 --- a/memcheck/tests/mismatches.stderr.exp2 +++ /dev/null @@ -1,41 +0,0 @@ -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) diff --git a/memcheck/tests/mismatches.stderr.exp64 b/memcheck/tests/mismatches.stderr.exp64 deleted file mode 100644 index 96b1795623..0000000000 --- a/memcheck/tests/mismatches.stderr.exp64 +++ /dev/null @@ -1,41 +0,0 @@ -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) diff --git a/tests/filter_libc b/tests/filter_libc index 83e92d792c..377cdc6019 100755 --- a/tests/filter_libc +++ b/tests/filter_libc @@ -24,6 +24,19 @@ while (<>) 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; } -- 2.47.3