blob: 5aebd88c778acdbb19d7283d82309c39a9e7c4d5 [file] [log] [blame]
sewardj73135242011-06-24 16:03:32 +00001---Thread-Announcement------------------------------------------
2
3Thread #x was created
florian31014da2011-09-26 00:29:44 +00004 ...
florian31014da2011-09-26 00:29:44 +00005 by 0x........: pthread_create@* (hg_intercepts.c:...)
6 by 0x........: main (locked_vs_unlocked1.c:34)
sewardj73135242011-06-24 16:03:32 +00007
8---Thread-Announcement------------------------------------------
9
10Thread #x was created
florian31014da2011-09-26 00:29:44 +000011 ...
florian31014da2011-09-26 00:29:44 +000012 by 0x........: pthread_create@* (hg_intercepts.c:...)
13 by 0x........: main (locked_vs_unlocked1.c:29)
sewardj73135242011-06-24 16:03:32 +000014
15----------------------------------------------------------------
16
philippe46daf0d2014-07-29 20:08:15 +000017 Lock at 0x........ was first observed
sewardj8eb8bab2015-07-21 14:44:28 +000018 at 0x........: mutex_lock_WRK (hg_intercepts.c:...)
19 by 0x........: pthread_mutex_lock (hg_intercepts.c:...)
sewardj73135242011-06-24 16:03:32 +000020 by 0x........: child_fn (locked_vs_unlocked1.c:18)
21 by 0x........: mythread_wrapper (hg_intercepts.c:...)
22 ...
philippe80612012014-07-24 21:00:24 +000023 Address 0x........ is 0 bytes inside data symbol "mx"
sewardj73135242011-06-24 16:03:32 +000024
25Possible data race during write of size 4 at 0x........ by thread #x
26Locks held: 1, at address 0x........
27 at 0x........: child_fn (locked_vs_unlocked1.c:19)
28 by 0x........: mythread_wrapper (hg_intercepts.c:...)
29 ...
30
31This conflicts with a previous write of size 4 by thread #x
32Locks held: none
33 at 0x........: child_fn (locked_vs_unlocked1.c:19)
34 by 0x........: mythread_wrapper (hg_intercepts.c:...)
35 ...
philippe07c08522014-05-14 20:39:27 +000036 Address 0x........ is 0 bytes inside data symbol "x"
sewardj73135242011-06-24 16:03:32 +000037