blob: 2bb66de94dc65ca7a5aa23d56c4769806cd0de04 [file] [log] [blame]
sewardjb4112022007-11-09 22:49:28 +00001
2Thread #1 is the program's root thread
3
4Thread #1: pthread_cond_{timed}wait called with invalid mutex
5 at 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
6 by 0x........: main (tc23_bogus_condwait.c:69)
7
8Thread #1: pthread_cond_{timed}wait called with un-held mutex
9 at 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
10 by 0x........: main (tc23_bogus_condwait.c:72)
11
12Thread #1: pthread_cond_{timed}wait called with mutex of type pthread_rwlock_t*
13 at 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
14 by 0x........: main (tc23_bogus_condwait.c:75)
15
16Thread #1: pthread_cond_{timed}wait called with mutex held by a different thread
17 at 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
18 by 0x........: main (tc23_bogus_condwait.c:78)
19
20ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)