blob: ef294c3f884d6a9edec3eb29c56eefb640085116 [file] [log] [blame]
bart3bb1cec2008-06-28 16:01:43 +00001
2Thread 3:
3Inconsistent association of condition variable and mutex: condition variable 0x........, mutexes 0x........ and 0x........
bartb2260b82011-02-13 07:55:36 +00004 at 0x........: pthread_cond_timedwait (drd_pthread_intercepts.c:?)
bart76baf212009-07-21 11:36:46 +00005 by 0x........: thread_func (pth_inconsistent_cond_wait.c:?)
bart292c1e22009-02-14 11:54:42 +00006 by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
bart391d9dc2008-07-03 10:57:30 +00007cond 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +00008 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
bart391d9dc2008-07-03 10:57:30 +00009 by 0x........: main (pth_inconsistent_cond_wait.c:?)
10mutex 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000011 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
bart3bb1cec2008-06-28 16:01:43 +000012 by 0x........: main (pth_inconsistent_cond_wait.c:?)
bart391d9dc2008-07-03 10:57:30 +000013mutex 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000014 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
bart3bb1cec2008-06-28 16:01:43 +000015 by 0x........: main (pth_inconsistent_cond_wait.c:?)
16
17Thread 1:
18Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
bartb2260b82011-02-13 07:55:36 +000019 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
bart3bb1cec2008-06-28 16:01:43 +000020 by 0x........: main (pth_inconsistent_cond_wait.c:?)
bart391d9dc2008-07-03 10:57:30 +000021cond 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000022 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
bart391d9dc2008-07-03 10:57:30 +000023 by 0x........: main (pth_inconsistent_cond_wait.c:?)
24mutex 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000025 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
bart3bb1cec2008-06-28 16:01:43 +000026 by 0x........: main (pth_inconsistent_cond_wait.c:?)
27
28Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
bartb2260b82011-02-13 07:55:36 +000029 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
bart3bb1cec2008-06-28 16:01:43 +000030 by 0x........: main (pth_inconsistent_cond_wait.c:?)
bart391d9dc2008-07-03 10:57:30 +000031cond 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000032 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
bart391d9dc2008-07-03 10:57:30 +000033 by 0x........: main (pth_inconsistent_cond_wait.c:?)
34mutex 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000035 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
bart3bb1cec2008-06-28 16:01:43 +000036 by 0x........: main (pth_inconsistent_cond_wait.c:?)
37
njncab64bc2009-08-12 00:14:44 +000038
bart3bb1cec2008-06-28 16:01:43 +000039ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)