blob: 2511ff1c67364af14eeff6de7d96b50306fe9a37 [file] [log] [blame]
sewardj8eb8bab2015-07-21 14:44:28 +00001
2Thread 2:
3Conflicting load 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_a"
8declared at annotate_ignore_write.c:10
9
10Conflicting store by thread 2 at 0x........ size 1
11 at 0x........: thread_func (annotate_ignore_write.c:?)
12 by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
13 by 0x........: (within libpthread-?.?.so)
14Location 0x........ is 0 bytes inside global var "s_b"
15declared at annotate_ignore_write.c:11
16
17Thread 1:
18Conflicting load by thread 1 at 0x........ size 1
19 at 0x........: main (annotate_ignore_write.c:?)
20Location 0x........ is 0 bytes inside global var "s_c"
21declared at annotate_ignore_write.c:12
22
23Conflicting store by thread 1 at 0x........ size 1
24 at 0x........: main (annotate_ignore_write.c:?)
25Location 0x........ is 0 bytes inside global var "s_a"
26declared at annotate_ignore_write.c:10
27
28Finished.
29
30ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)