drd: Add a consistency check
[valgrind.git] / drd / tests / tc10_rec_lock.stderr.exp
bloba37bbd4a099a208590b1daef73f6e92e652eaa86
2 before lock #1
3 before lock #2
4 before lock #3
5 before unlock #1
6 before unlock #2
7 before unlock #3
8 before unlock #4
9 Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
10 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
11 by 0x........: nearly_main (tc10_rec_lock.c:42)
12 by 0x........: main (tc10_rec_lock.c:47)
13 mutex 0x........ was first observed at:
14 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
15 by 0x........: nearly_main (tc10_rec_lock.c:24)
16 by 0x........: main (tc10_rec_lock.c:47)
19 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)