blob: 047c65724222d5747c6da32f4b77134cf24b3ad0 [file] [log] [blame]
sewardj2d7cdb22008-12-23 11:07:59 +00001
2Thread #x is the program's root thread
3
4Thread #x was created
njn553c42f2009-03-13 01:41:03 +00005 ...
sewardj2d7cdb22008-12-23 11:07:59 +00006 by 0x........: pthread_create@* (hg_intercepts.c:...)
7 by 0x........: main (tc05_simple_race.c:27)
8
9Possible data race during read of size 4 at 0x........ by thread #x
10 at 0x........: main (tc05_simple_race.c:33)
11 This conflicts with a previous write of size 4 by thread #x
12 at 0x........: child_fn (tc05_simple_race.c:19)
13 by 0x........: mythread_wrapper (hg_intercepts.c:...)
njn553c42f2009-03-13 01:41:03 +000014 ...
sewardj2d7cdb22008-12-23 11:07:59 +000015 Location 0x........ is 0 bytes inside global var "y"
16 declared at tc05_simple_race.c:10
17
18Possible data race during write of size 4 at 0x........ by thread #x
19 at 0x........: main (tc05_simple_race.c:33)
20 This conflicts with a previous write of size 4 by thread #x
21 at 0x........: child_fn (tc05_simple_race.c:19)
22 by 0x........: mythread_wrapper (hg_intercepts.c:...)
njn553c42f2009-03-13 01:41:03 +000023 ...
sewardj2d7cdb22008-12-23 11:07:59 +000024 Location 0x........ is 0 bytes inside global var "y"
25 declared at tc05_simple_race.c:10
26
njncab64bc2009-08-12 00:14:44 +000027
sewardj2d7cdb22008-12-23 11:07:59 +000028ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)