Home | History | Annotate | Download | only in tests
      1 
      2 Start.
      3 ---Thread-Announcement------------------------------------------
      4 
      5 Thread #x was created
      6    ...
      7    by 0x........: pthread_create_WRK (hg_intercepts.c:...)
      8    by 0x........: pthread_create@* (hg_intercepts.c:...)
      9    by 0x........: main (free_is_write.c:32)
     10 
     11 ---Thread-Announcement------------------------------------------
     12 
     13 Thread #x is the program's root thread
     14 
     15 ----------------------------------------------------------------
     16 
     17 Possible data race during write of size 1 at 0x........ by thread #x
     18 Locks held: none
     19    at 0x........: free (vg_replace_malloc.c:...)
     20    by 0x........: thread_func (free_is_write.c:15)
     21    by 0x........: mythread_wrapper (hg_intercepts.c:...)
     22    ...
     23 
     24 This conflicts with a previous read of size 1 by thread #x
     25 Locks held: none
     26    at 0x........: main (free_is_write.c:36)
     27 
     28 Done.
     29 
     30 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
     31