1 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 9First pthread_cond_destroy() call returned EBUSY. 10Second pthread_cond_destroy() call returned success. 11 12ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) 13