blob: 7de254993a0251c06bdf26e348e197d413c60b3d [file] [log] [blame]
sewardj8eb8bab2015-07-21 14:44:28 +00001
2---Thread-Announcement------------------------------------------
3
4Thread #x is the program's root thread
5
6----------------------------------------------------------------
7
8Thread #x unlocked a not-locked lock at 0x........
9 at 0x........: pthread_rwlock_unlock_WRK (hg_intercepts.c:...)
10 by 0x........: pthread_rwlock_unlock (hg_intercepts.c:...)
tom02b13a12015-08-18 10:29:20 +000011 ...
sewardj8eb8bab2015-07-21 14:44:28 +000012 by 0x........: main (tc12_rwl_trivial.c:29)
13 Lock at 0x........ was first observed
14 at 0x........: pthread_rwlock_init (hg_intercepts.c:...)
15 ...
16 by 0x........: main (tc12_rwl_trivial.c:18)
17 Address 0x........ is on thread #x's stack
18 in frame #x, created by main (tc12_rwl_trivial.c:14)
19
20
21----------------------------------------------------------------
22
23Thread #x's call to pthread_rwlock_unlock failed
24 with error code 1 (EPERM: Operation not permitted)
25 at 0x........: pthread_rwlock_unlock_WRK (hg_intercepts.c:...)
26 by 0x........: pthread_rwlock_unlock (hg_intercepts.c:...)
iraisrf27835c2015-08-20 05:50:49 +000027 ...
sewardj8eb8bab2015-07-21 14:44:28 +000028 by 0x........: main (tc12_rwl_trivial.c:29)
29
30
31ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)