blob: 08e9789dc0814fb79a694fab819a1fc926894aaa [file] [log] [blame]
sewardjb4112022007-11-09 22:49:28 +00001
2before lock #1
3before lock #2
4before lock #3
5before unlock #1
6before unlock #2
7before unlock #3
8before unlock #4
sewardj9af8d1e2011-06-24 10:50:11 +00009---Thread-Announcement------------------------------------------
10
sewardj575e48f2008-12-18 20:21:13 +000011Thread #x is the program's root thread
sewardjb4112022007-11-09 22:49:28 +000012
sewardj9af8d1e2011-06-24 10:50:11 +000013----------------------------------------------------------------
14
sewardj24118492009-07-15 14:50:02 +000015Thread #x unlocked a not-locked lock at 0x........
sewardj8eb8bab2015-07-21 14:44:28 +000016 at 0x........: mutex_unlock_WRK (hg_intercepts.c:...)
17 by 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
sewardjb4112022007-11-09 22:49:28 +000018 by 0x........: nearly_main (tc10_rec_lock.c:42)
19 by 0x........: main (tc10_rec_lock.c:47)
philippe46daf0d2014-07-29 20:08:15 +000020 Lock at 0x........ was first observed
sewardjb4112022007-11-09 22:49:28 +000021 at 0x........: pthread_mutex_init (hg_intercepts.c:...)
22 by 0x........: nearly_main (tc10_rec_lock.c:24)
23 by 0x........: main (tc10_rec_lock.c:47)
philippe46daf0d2014-07-29 20:08:15 +000024 Address 0x........ is on thread #x's stack
25 in frame #x, created by nearly_main (tc10_rec_lock.c:15)
26
sewardjb4112022007-11-09 22:49:28 +000027
sewardj9af8d1e2011-06-24 10:50:11 +000028----------------------------------------------------------------
29
sewardj575e48f2008-12-18 20:21:13 +000030Thread #x's call to pthread_mutex_unlock failed
sewardjb4112022007-11-09 22:49:28 +000031 with error code 1 (EPERM: Operation not permitted)
sewardj8eb8bab2015-07-21 14:44:28 +000032 at 0x........: mutex_unlock_WRK (hg_intercepts.c:...)
33 by 0x........: pthread_mutex_unlock (hg_intercepts.c:...)
sewardjb4112022007-11-09 22:49:28 +000034 by 0x........: nearly_main (tc10_rec_lock.c:42)
35 by 0x........: main (tc10_rec_lock.c:47)
36
njncab64bc2009-08-12 00:14:44 +000037
sewardjb4112022007-11-09 22:49:28 +000038ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)