1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-08 16:36:21 +00:00
debugging/02_day/valgrind/valgrind-3.11.0/drd/tests/sem_open.stderr.exp-mips32-be
2015-12-13 22:34:58 +09:00

40 lines
1.4 KiB
Plaintext

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)
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 store 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)
Conflicting store 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)
ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)