Bug 469146 - massif --ignore-fn does not ignore inlined functions
[valgrind.git] / drd / tests / annotate_ignore_write2.stderr.exp-solaris
blob2511ff1c67364af14eeff6de7d96b50306fe9a37
2 Thread 2:
3 Conflicting 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)
7 Location 0x........ is 0 bytes inside global var "s_a"
8 declared at annotate_ignore_write.c:10
10 Conflicting 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)
14 Location 0x........ is 0 bytes inside global var "s_b"
15 declared at annotate_ignore_write.c:11
17 Thread 1:
18 Conflicting load by thread 1 at 0x........ size 1
19    at 0x........: main (annotate_ignore_write.c:?)
20 Location 0x........ is 0 bytes inside global var "s_c"
21 declared at annotate_ignore_write.c:12
23 Conflicting store by thread 1 at 0x........ size 1
24    at 0x........: main (annotate_ignore_write.c:?)
25 Location 0x........ is 0 bytes inside global var "s_a"
26 declared at annotate_ignore_write.c:10
28 Finished.
30 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)