1
2Thread 2:
3Conflicting 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)
7Location 0x........ is 0 bytes inside global var "s_b"
8declared at annotate_ignore_write.c:11
9
10Thread 1:
11Conflicting load by thread 1 at 0x........ size 1
12   at 0x........: main (annotate_ignore_write.c:?)
13Location 0x........ is 0 bytes inside global var "s_c"
14declared at annotate_ignore_write.c:12
15
16Conflicting store by thread 1 at 0x........ size 1
17   at 0x........: main (annotate_ignore_write.c:?)
18Location 0x........ is 0 bytes inside global var "s_a"
19declared at annotate_ignore_write.c:10
20
21Finished.
22
23ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
24