blob: 04a1839cf208dcb8d82a12ff8a6b119b8331d7e3 [file] [log] [blame]
bart9e4efbf2009-07-22 19:04:23 +00001
2
3Non-recursive mutex.
4second lock call failed !
5Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
bartb2260b82011-02-13 07:55:36 +00006 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart9e4efbf2009-07-22 19:04:23 +00007 by 0x........: lock_twice (recursive_mutex.c:?)
8 by 0x........: main (recursive_mutex.c:?)
9mutex 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000010 at 0x........: pthread_mutex_trylock (drd_pthread_intercepts.c:?)
bart9e4efbf2009-07-22 19:04:23 +000011 by 0x........: lock_twice (recursive_mutex.c:?)
12 by 0x........: main (recursive_mutex.c:?)
13
njncab64bc2009-08-12 00:14:44 +000014
bart9e4efbf2009-07-22 19:04:23 +000015Done.
16
17ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)