blob: 6a5adf110481709396f0d08ffe8dbccd4bcf7a94 [file] [log] [blame]
sewardj2d7cdb22008-12-23 11:07:59 +00001
sewardj9af8d1e2011-06-24 10:50:11 +00002---Thread-Announcement------------------------------------------
3
sewardj2d7cdb22008-12-23 11:07:59 +00004Thread #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 (hg03_inherit.c:46)
8
sewardj9af8d1e2011-06-24 10:50:11 +00009---Thread-Announcement------------------------------------------
10
sewardj2d7cdb22008-12-23 11:07:59 +000011Thread #x is the program's root thread
12
sewardj9af8d1e2011-06-24 10:50:11 +000013----------------------------------------------------------------
14
sewardj2d7cdb22008-12-23 11:07:59 +000015Possible data race during write of size 4 at 0x........ by thread #x
sewardj9af8d1e2011-06-24 10:50:11 +000016Locks held: none
sewardj2d7cdb22008-12-23 11:07:59 +000017 at 0x........: t2 (hg03_inherit.c:28)
18 by 0x........: mythread_wrapper (hg_intercepts.c:...)
njn553c42f2009-03-13 01:41:03 +000019 ...
sewardj9af8d1e2011-06-24 10:50:11 +000020
21This conflicts with a previous read of size 4 by thread #x
22Locks held: none
sewardj2d7cdb22008-12-23 11:07:59 +000023 at 0x........: main (hg03_inherit.c:60)
philippe07c08522014-05-14 20:39:27 +000024 Location 0x........ is 0 bytes inside shared[1],
25 a global variable declared at hg03_inherit.c:11
sewardj2d7cdb22008-12-23 11:07:59 +000026
njncab64bc2009-08-12 00:14:44 +000027
sewardj0d2f3742009-07-26 19:28:07 +000028ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)