1
2Conflicting load by thread 1 at 0x........ size 4
3   at 0x........: main (sem_open.c:?)
4Location 0x........ is 4 bytes inside global var "s_d3"
5declared at sem_open.c:25
6Other segment start (thread 2)
7   (thread finished, call stack no longer available)
8Other segment end (thread 2)
9   (thread finished, call stack no longer available)
10
11Conflicting load by thread 1 at 0x........ size 4
12   at 0x........: main (sem_open.c:?)
13Location 0x........ is 0 bytes inside global var "s_d3"
14declared at sem_open.c:25
15Other segment start (thread 2)
16   (thread finished, call stack no longer available)
17Other segment end (thread 2)
18   (thread finished, call stack no longer available)
19
20Conflicting store by thread 1 at 0x........ size 4
21   at 0x........: main (sem_open.c:?)
22Location 0x........ is 4 bytes inside global var "s_d3"
23declared at sem_open.c:25
24Other segment start (thread 2)
25   (thread finished, call stack no longer available)
26Other segment end (thread 2)
27   (thread finished, call stack no longer available)
28
29Conflicting store by thread 1 at 0x........ size 4
30   at 0x........: main (sem_open.c:?)
31Location 0x........ is 0 bytes inside global var "s_d3"
32declared at sem_open.c:25
33Other segment start (thread 2)
34   (thread finished, call stack no longer available)
35Other segment end (thread 2)
36   (thread finished, call stack no longer available)
37
38
39ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
40