ftmemsim-valgrind/drd/tests/annotate_ignore_write.stderr.exp-solaris
Julian Seward ac60633d65 Bug 345248 - add support for Solaris OS in valgrind
Authors of this port:
    Petr Pavlu         setup@dagobah.cz
    Ivo Raisr          ivosh@ivosh.net
    Theo Schlossnagle  theo@omniti.com
            


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426
2015-07-21 14:44:28 +00:00

24 lines
805 B
Plaintext

Thread 2:
Conflicting store by thread 2 at 0x........ size 1
at 0x........: thread_func (annotate_ignore_write.c:?)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
by 0x........: (within libpthread-?.?.so)
Location 0x........ is 0 bytes inside global var "s_b"
declared at annotate_ignore_write.c:11
Thread 1:
Conflicting load by thread 1 at 0x........ size 1
at 0x........: main (annotate_ignore_write.c:?)
Location 0x........ is 0 bytes inside global var "s_c"
declared at annotate_ignore_write.c:12
Conflicting store by thread 1 at 0x........ size 1
at 0x........: main (annotate_ignore_write.c:?)
Location 0x........ is 0 bytes inside global var "s_a"
declared at annotate_ignore_write.c:10
Finished.
ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)