Check some known PATHs for mpicc in configure.
[valgrind.git] / drd / tests / pth_cond_race.stderr.exp
blob4c73f5f7f3c652cac8a28b874ac86842b7321702
2 Thread 2:
3 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread.
4 at 0x........: pthread_cond_signal (drd_pthread_intercepts.c:?)
5 by 0x........: thread_func (pth_cond_race.c:?)
6 by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
7 cond 0x........ was first observed at:
8 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
9 by 0x........: main (pth_cond_race.c:?)
10 mutex 0x........ was first observed at:
11 at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
12 by 0x........: main (pth_cond_race.c:?)
15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)