blob: 4c73f5f7f3c652cac8a28b874ac86842b7321702 [file] [log] [blame]
sewardjaf44c822007-11-25 14:01:38 +00001
bart46b5fce2008-06-28 13:01:30 +00002Thread 2:
bart886b87c2008-06-28 13:40:41 +00003Probably 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 +00004 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
bart46b5fce2008-06-28 13:01:30 +00005 by 0x........: thread_func (pth_cond_race.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_cond_race.c:?)
10mutex 0x........ was first observed at:
bartb2260b82011-02-13 07:55:36 +000011 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
bart886b87c2008-06-28 13:40:41 +000012 by 0x........: main (pth_cond_race.c:?)
sewardjaf44c822007-11-25 14:01:38 +000013
njncab64bc2009-08-12 00:14:44 +000014
bart46b5fce2008-06-28 13:01:30 +000015ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)