blob: 42ff5aa888ed954f06b7c4785211ee6b1706b0d1 [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
sewardj73135242011-06-24 16:03:32 +000018 at 0x........: pthread_mutex_lock (hg_intercepts.c:...)
19 by 0x........: child_fn (locked_vs_unlocked1.c:18)
20 by 0x........: mythread_wrapper (hg_intercepts.c:...)
21 ...
philippe80612012014-07-24 21:00:24 +000022 Address 0x........ is 0 bytes inside data symbol "mx"
sewardj73135242011-06-24 16:03:32 +000023
24Possible data race during write of size 4 at 0x........ by thread #x
25Locks held: none
26 at 0x........: child_fn (locked_vs_unlocked1.c:19)
27 by 0x........: mythread_wrapper (hg_intercepts.c:...)
28 ...
29
30This conflicts with a previous write of size 4 by thread #x
31Locks held: 1, at address 0x........
32 at 0x........: child_fn (locked_vs_unlocked1.c:19)
33 by 0x........: mythread_wrapper (hg_intercepts.c:...)
34 ...
philippe07c08522014-05-14 20:39:27 +000035 Address 0x........ is 0 bytes inside data symbol "x"
sewardj73135242011-06-24 16:03:32 +000036