mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
the same output on s390 as on other systems (not tested yet). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12103
25 lines
957 B
Plaintext
25 lines
957 B
Plaintext
|
|
Conflicting load by thread 1 at 0x........ size 1
|
|
at 0x........: main (annotate_ignore_write.c:?)
|
|
Location 0x........ is 0 bytes inside local var "s_b"
|
|
declared at annotate_ignore_write.c:11, in frame #? of thread 1
|
|
|
|
Conflicting store by thread 1 at 0x........ size 1
|
|
at 0x........: main (annotate_ignore_write.c:?)
|
|
Location 0x........ is 0 bytes inside local var "s_a"
|
|
declared at annotate_ignore_write.c:10, in frame #? of thread 1
|
|
|
|
Conflicting load by thread 1 at 0x........ size 1
|
|
at 0x........: main (annotate_ignore_write.c:?)
|
|
Location 0x........ is 0 bytes inside local var "s_c"
|
|
declared at annotate_ignore_write.c:12, in frame #? of thread 1
|
|
|
|
Conflicting store by thread 1 at 0x........ size 1
|
|
at 0x........: main (annotate_ignore_write.c:?)
|
|
Location 0x........ is 0 bytes inside local var "s_a"
|
|
declared at annotate_ignore_write.c:10, in frame #? of thread 1
|
|
|
|
Finished.
|
|
|
|
ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
|