|
From: Soyeon P. <so...@ui...> - 2008-05-30 06:49:28
|
Hi, I am using Valgrind (helgrind) for Apache, but Apache shows the following message in log/error.log and exits. [emerg] (38)Function not implemented: Couldn't create accept lock It is printed when apr_proc_mutex_create( ) can't return APR_SUCCESS. Without Valgrind, Apache works well. Valgrind version : 2.2.0 Apache : 2.0.48 linux kernal 2.6 I know this valgrind version is old but I need to use it. Do you have any suggestion? Thanks. |
|
From: Igmar P. <mai...@jd...> - 2008-05-30 15:41:47
|
> Valgrind version : 2.2.0 > Apache : 2.0.48 > linux kernal 2.6 > > I know this valgrind version is old but I need to use it. > Do you have any suggestion? Why ? I see no reason to do so. 2.2.x isn't maintained anymore, so I suggest you try a svn snapshop and try again. Igmar |