Add DRD suppression patterns for races triggered by std::ostream
[valgrind.git] / drd / tests / annotate_ignore_write.stderr.exp-solaris
blobfa619799e17f7118c1cd600cb81fd015699c598e
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
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
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
21 Finished.
23 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)