ftmemsim-valgrind/drd/tests/sem_open3.stderr.exp-mips32-le
Dejan Jevtic 6107689cd8 mips32: When we are accessing elements via double pointer MIPS compiler can
generate two consecutive 32bit loads instead of one 64bit load. Because of that
in error log we have two conflict loads of size 4 instead of one conflict load
of size 8.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13883
2014-03-20 10:23:43 +00:00

22 lines
739 B
Plaintext

Conflicting load by thread 1 at 0x........ size 4
at 0x........: main (sem_open.c:?)
Location 0x........ is 0 bytes inside global var "s_d3"
declared at sem_open.c:25
Other segment start (thread 2)
(thread finished, call stack no longer available)
Other segment end (thread 2)
(thread finished, call stack no longer available)
Conflicting load by thread 1 at 0x........ size 4
at 0x........: main (sem_open.c:?)
Location 0x........ is 4 bytes inside global var "s_d3"
declared at sem_open.c:25
Other segment start (thread 2)
(thread finished, call stack no longer available)
Other segment end (thread 2)
(thread finished, call stack no longer available)
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)