Home | History | Annotate | Download | only in tests
      1 
      2 Thread 2:
      3 Conflicting store by thread 2 at 0x........ size 1
      4    at 0x........: thread_func (annotate_ignore_write.c:?)
      5    by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
      6    by 0x........: (within libpthread-?.?.so)
      7 Location 0x........ is 0 bytes inside global var "s_b"
      8 declared at annotate_ignore_write.c:11
      9 
     10 Thread 1:
     11 Conflicting load by thread 1 at 0x........ size 1
     12    at 0x........: main (annotate_ignore_write.c:?)
     13 Location 0x........ is 0 bytes inside global var "s_c"
     14 declared at annotate_ignore_write.c:12
     15 
     16 Conflicting store by thread 1 at 0x........ size 1
     17    at 0x........: main (annotate_ignore_write.c:?)
     18 Location 0x........ is 0 bytes inside global var "s_a"
     19 declared at annotate_ignore_write.c:10
     20 
     21 Finished.
     22 
     23 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
     24