blob: 70fff8d1e3856cfd32e31bfce78360808d9a1b71 [file] [log] [blame]
bart995e36d2012-12-24 10:23:16 +00001
2destruction of condition variable being waited upon: cond 0x........
3 at 0x........: pthread_cond_destroy (drd_pthread_intercepts.c:?)
4 by 0x........: main (pth_cond_destroy_busy.c:?)
5cond 0x........ was first observed at:
6 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
7 by 0x........: main (pth_cond_destroy_busy.c:?)
8
bartb6c014b2012-12-24 10:43:15 +00009First pthread_cond_destroy() call returned EBUSY.
10Second pthread_cond_destroy() call returned success.
bart995e36d2012-12-24 10:23:16 +000011
12ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)