at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
by 0x........: thread_func (pth_cond_destroy_busy.c:?)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
- by 0x........: (within libpthread-?.?.so)
+ by 0x........: start_thread
Thread 1:
not a condition variable: cond 0x........
# on Illumos
s#_start_crt \(in .*#(below main)#;
- s#start_thread#(within libpthread-?.?.so)#;
# filter out the exact libc-start.c:### line number. (ppc64*)
s/\(libc-start.c:[0-9]*\)$/(in \/...libc...)/;