mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-06 19:54:18 +00:00
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
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
|
|
Thread 2:
|
|
Conflicting load 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_a"
|
|
declared at annotate_ignore_write.c:10
|
|
|
|
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: 4 errors from 4 contexts (suppressed: 0 from 0)
|