Re: Valgrind/APR compatibility

2005-02-25 Thread Tangui Morlier
I solved my problem. Using the valgrind cvs version (> 2.2.0), apr_cond_wait is working just fine. Tangui Tangui Morlier wrote: I tried valgrind to profile my application using apr (apache portable runtime) for Linux. I have problems with the wait for condition (apr_cond_wait) : with valgrind,

Valgrind/APR compatibility

2005-02-24 Thread Tangui Morlier
I tried valgrind to profile my application using apr (apache portable runtime) for Linux. I have problems with the wait for condition (apr_cond_wait) : with valgrind, the application does not wait for a signal. I build a similar test using pthread conditions, it works fine. I join to this email