2 ---Thread
-Announcement
------------------------------------------
4 Thread #x is the
program's root thread
6 ----------------------------------------------------------------
8 Thread #x: pthread_cond_{timed}wait called with invalid mutex
9 at 0x........: pthread_cond_wait_WRK (hg_intercepts.c:...)
10 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
11 by 0x........: main (tc23_bogus_condwait.c:75)
13 ----------------------------------------------------------------
15 Thread #x: pthread_cond_{timed}wait called with un-held mutex
16 at 0x........: pthread_cond_wait_WRK (hg_intercepts.c:...)
17 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
18 by 0x........: main (tc23_bogus_condwait.c:79)
20 ----------------------------------------------------------------
22 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
23 at 0x........: pthread_cond_wait_WRK (hg_intercepts.c:...)
24 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
25 by 0x........: main (tc23_bogus_condwait.c:79)
27 ----------------------------------------------------------------
29 Thread #x: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t*
30 at 0x........: pthread_cond_wait_WRK (hg_intercepts.c:...)
31 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
32 by 0x........: main (tc23_bogus_condwait.c:82)
34 ----------------------------------------------------------------
36 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
37 at 0x........: pthread_cond_wait_WRK (hg_intercepts.c:...)
38 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
39 by 0x........: main (tc23_bogus_condwait.c:82)
41 ----------------------------------------------------------------
43 Thread #x: pthread_cond_{timed}wait called with mutex held by a different thread
44 at 0x........: pthread_cond_wait_WRK (hg_intercepts.c:...)
45 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
46 by 0x........: main (tc23_bogus_condwait.c:85)
48 ----------------------------------------------------------------
50 Thread #x: pthread_cond_{timed}wait: cond is associated with a different mutex
51 at 0x........: pthread_cond_wait_WRK (hg_intercepts.c:...)
52 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
53 by 0x........: main (tc23_bogus_condwait.c:85)
56 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)