Home | History | Annotate | Download | only in tests
      1 
      2 destruction 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:?)
      5 cond 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 
      9 First pthread_cond_destroy() call returned EBUSY.
     10 Second pthread_cond_destroy() call returned success.
     11 
     12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
     13