drd: Add a consistency check
[valgrind.git] / drd / tests / pth_cancel_locked.stderr.exp
blob74c2eb04d684abc064838040d06843be1595e7d0
2 Mutex still locked at thread exit: mutex 0x........, recursion count 1, owner 2.
3 at 0x........: pthread_join (drd_pthread_intercepts.c:?)
4 by 0x........: main (pth_cancel_locked.c:?)
5 mutex 0x........ was first observed at:
6 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
7 by 0x........: main (pth_cancel_locked.c:?)
9 pthread_cancel(): invalid thread ID 0x........
10 at 0x........: pthread_cancel (drd_pthread_intercepts.c:?)
11 by 0x........: main (pth_cancel_locked.c:?)
13 Test finished.
15 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)