| Nicolas Lehuen 2005-09-13, 5:52 pm |
| Yes, now I remember I had to comment this line out because it broke
something on Win32. Go ahead, uncomment it and I'll add a test to remove it
when running the test on Win32.
Regards,
Nicolas
2005/9/13, Gregory (Grisha) Trubetskoy <grisha@apache.org>:
>
>
> OK, I found the problem. The LockFile line is commented out in test.py
> which causes Apache to try to create the lock in the default location in
> /var/run.
>
>
> http://svn.apache.org/viewcvs.cgi/h...06619&r2=125771
>
> So the question is - can we just put it back in, or does it break
> something on Win32?
>
> Cheers
>
> Grisha
>
> On Tue, 13 Sep 2005, Jim Gallacher wrote:
>
> current
> would
> will
> apr_thread_mutex_create(& interpreters_lock,APR_THREAD_MUTEX_UNNES
TED,p);
> apr_thread_mutex_create(& interpreters_lock,APR_THREAD_MUTEX_UNNES
TED,p);
>
|