1 2 Thread #x was created 3 ... 4 by 0x........: pthread_create@* (hg_intercepts.c:...) 5 by 0x........: main (rwlock_race.c:48) 6 7 Thread #x was created 8 ... 9 by 0x........: pthread_create@* (hg_intercepts.c:...) 10 by 0x........: main (rwlock_race.c:47) 11 12 Possible data race during write of size 4 at 0x........ by thread #x 13 at 0x........: thread_func (rwlock_race.c:29) 14 by 0x........: mythread_wrapper (hg_intercepts.c:...) 15 ... 16 This conflicts with a previous write of size 4 by thread #x 17 at 0x........: thread_func (rwlock_race.c:29) 18 by 0x........: mythread_wrapper (hg_intercepts.c:...) 19 ... 20 Location 0x........ is 0 bytes inside local var "s_racy" 21 declared at rwlock_race.c:18, in frame #x of thread x 22 23 Result: 2 24 25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) 26