drd/tests/tsan_thread_wrappers_pthread.h: Fix MyThread::ThreadBody()
[valgrind.git] / helgrind / tests / tc23_bogus_condwait.stderr.exp
bloba6e6df3f5c6654b70711d23318cd910944fc6aff
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:69)
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:72)
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:72)
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:75)
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:75)
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:78)
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:78)
56 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)