tc21_pthonce.stderr.exp revision 553c42fad6eeae28d751806ff9c2803c41e80310
1
2Thread #x was created
3   ...
4   by 0x........: pthread_create@* (hg_intercepts.c:...)
5   by 0x........: main (tc21_pthonce.c:86)
6
7Thread #x was created
8   ...
9   by 0x........: pthread_create@* (hg_intercepts.c:...)
10   by 0x........: main (tc21_pthonce.c:86)
11
12Possible data race during read of size 4 at 0x........ by thread #x
13   at 0x........: child (tc21_pthonce.c:74)
14   by 0x........: mythread_wrapper (hg_intercepts.c:...)
15   ...
16 This conflicts with a previous write of size 4 by thread #x
17   at 0x........: child (tc21_pthonce.c:74)
18   by 0x........: mythread_wrapper (hg_intercepts.c:...)
19   ...
20 Location 0x........ is 0 bytes inside local var "unprotected2"
21 declared at tc21_pthonce.c:51, in frame #x of thread x
22
23Possible data race during write of size 4 at 0x........ by thread #x
24   at 0x........: child (tc21_pthonce.c:74)
25   by 0x........: mythread_wrapper (hg_intercepts.c:...)
26   ...
27 This conflicts with a previous write of size 4 by thread #x
28   at 0x........: child (tc21_pthonce.c:74)
29   by 0x........: mythread_wrapper (hg_intercepts.c:...)
30   ...
31 Location 0x........ is 0 bytes inside local var "unprotected2"
32 declared at tc21_pthonce.c:51, in frame #x of thread x
33
34ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
35