blob: 2251f3aa078ff329280f3b76ee499f66edc4dfbe [file] [log] [blame]
Thread #x was created
...
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (rwlock_race.c:48)
Thread #x was created
...
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:...)
...
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:...)
...
Location 0x........ is 0 bytes inside local var "s_racy"
declared at rwlock_race.c:18, in frame #x of thread x
Result: 2
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)