Bug 432801 - Valgrind 3.16.1 reports a jump based on uninitialized memory somehow...
[valgrind.git] / drd / tests / annotate_ignore_write.stderr.exp
blob2204d5b523056a9e56c78902c03d85632d80d128
2 Conflicting load by thread 1 at 0x........ size 1
3 at 0x........: main (annotate_ignore_write.c:?)
4 Location 0x........ is 0 bytes inside global var "s_b"
5 declared at annotate_ignore_write.c:11
7 Conflicting load by thread 1 at 0x........ size 1
8 at 0x........: main (annotate_ignore_write.c:?)
9 Location 0x........ is 0 bytes inside global var "s_c"
10 declared at annotate_ignore_write.c:12
12 Conflicting store by thread 1 at 0x........ size 1
13 at 0x........: main (annotate_ignore_write.c:?)
14 Location 0x........ is 0 bytes inside global var "s_a"
15 declared at annotate_ignore_write.c:10
17 Finished.
19 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)