blob: 31aaabc295aa59784a95ce6c3f57a1dec9de7915 [file] [log] [blame]
bart60389da2008-02-25 19:58:25 +00001
bart777f7fe2008-03-02 17:43:18 +00002Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
bart2cb588d2008-03-11 18:29:35 +00003 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart60389da2008-02-25 19:58:25 +00004 by 0x........: nearly_main (tc09_bad_unlock.c:27)
5 by 0x........: main (tc09_bad_unlock.c:49)
6
7Thread 2:
bart777f7fe2008-03-02 17:43:18 +00008Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
bart2cb588d2008-03-11 18:29:35 +00009 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart60389da2008-02-25 19:58:25 +000010 by 0x........: child_fn (tc09_bad_unlock.c:11)
bart2cb588d2008-03-11 18:29:35 +000011 by 0x........: vg_thread_wrapper (drd_pthread_intercepts.c:?)
bartf16b77c2008-03-08 08:10:19 +000012 by 0x........: (within libpthread-?.?.so)
bart60389da2008-02-25 19:58:25 +000013 by 0x........: clone (in /...libc...)
14
15Thread 1:
bart52e82912008-03-24 19:31:33 +000016The object at address 0x........ is not a mutex.
bart2cb588d2008-03-11 18:29:35 +000017 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart635cb162008-02-28 08:30:43 +000018 by 0x........: nearly_main (tc09_bad_unlock.c:41)
19 by 0x........: main (tc09_bad_unlock.c:49)
20
bart777f7fe2008-03-02 17:43:18 +000021Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
22 at 0x........: nearly_main (tc09_bad_unlock.c:45)
23 by 0x........: main (tc09_bad_unlock.c:49)
24
25Mutex not locked by calling thread: mutex 0x........, recursion count 0, owner 1.
bart2cb588d2008-03-11 18:29:35 +000026 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart60389da2008-02-25 19:58:25 +000027 by 0x........: nearly_main (tc09_bad_unlock.c:27)
28 by 0x........: main (tc09_bad_unlock.c:50)
29
30Thread 2:
bart777f7fe2008-03-02 17:43:18 +000031Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 1.
bart2cb588d2008-03-11 18:29:35 +000032 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart60389da2008-02-25 19:58:25 +000033 by 0x........: child_fn (tc09_bad_unlock.c:11)
bart2cb588d2008-03-11 18:29:35 +000034 by 0x........: vg_thread_wrapper (drd_pthread_intercepts.c:?)
bartf16b77c2008-03-08 08:10:19 +000035 by 0x........: (within libpthread-?.?.so)
bart60389da2008-02-25 19:58:25 +000036 by 0x........: clone (in /...libc...)
37
38Thread 1:
bart52e82912008-03-24 19:31:33 +000039The object at address 0x........ is not a mutex.
bart2cb588d2008-03-11 18:29:35 +000040 at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
bart635cb162008-02-28 08:30:43 +000041 by 0x........: nearly_main (tc09_bad_unlock.c:41)
42 by 0x........: main (tc09_bad_unlock.c:50)
43
bart777f7fe2008-03-02 17:43:18 +000044Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
45 at 0x........: nearly_main (tc09_bad_unlock.c:45)
46 by 0x........: main (tc09_bad_unlock.c:50)
47
48ERROR SUMMARY: 8 errors from 8 contexts (suppressed: 0 from 0)