1 2 ---Thread-Announcement------------------------------------------ 3 4 Thread #x is the program's root thread 5 6 ---------------------------------------------------------------- 7 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:69) 12 13 ---------------------------------------------------------------- 14 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:72) 19 20 ---------------------------------------------------------------- 21 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:72) 26 27 ---------------------------------------------------------------- 28 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:75) 33 34 ---------------------------------------------------------------- 35 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:75) 40 41 ---------------------------------------------------------------- 42 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:78) 47 48 ---------------------------------------------------------------- 49 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:78) 54 55 56 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0) 57