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,
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