Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.'

2009-05-15 Thread Mel Flynn
On Friday 15 May 2009 02:27:43 Olivier Mueller wrote: > Hi Mel, > > On Wed, 2009-05-13 at 22:21 +0200, Mel Flynn wrote: > > I'm still thinking there's two different (threading|bdb) libraries linked > > into httpd, but not sure to ask for which ldd...httpd or mod_dav. The db > > version could be a r

Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.'

2009-05-14 Thread Olivier Mueller
Hi Mel, On Wed, 2009-05-13 at 22:21 +0200, Mel Flynn wrote: > I'm still thinking there's two different (threading|bdb) libraries linked > into > httpd, but not sure to ask for which ldd...httpd or mod_dav. The db version > could be a red herring or that only one of the formats requires this mut

Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.'

2009-05-13 Thread Mel Flynn
Hi Olivier, On Wednesday 13 May 2009 19:32:36 Olivier Mueller wrote: > > > ==> /var/log/httpd/httpd-error.log <== > > > Fatal error 'Recurse on a private mutex.' at line 986 in file > > > /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 86) [Tue May 12 > > > 11:56:02 2009] [notice] child pid 6

Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.'

2009-05-13 Thread Daniel Underwood
If you don't find an answer here, I suggest asking this question in the freebsd-hpc mailing list, because pthreads is a library for c/c++ multithreaded programming, and a "mutex" is a kind of lock on a resource used in parallel programming. ___ freebsd-qu

Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.'

2009-05-13 Thread Olivier Mueller
Hi Mel, On Tue, 2009-05-12 at 17:25 +0200, Mel Flynn wrote: > > I have a strange situation on our internal svn server. Since a few days > > and some upgrades, if I try to access a new created repository via > > apache, I get a blank page and this error in the apache error log: > > > > ==> /var/log

Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.'

2009-05-12 Thread Mel Flynn
On Tuesday 12 May 2009 12:10:58 Olivier Mueller wrote: > Hello, > > I have a strange situation on our internal svn server. Since a few days > and some upgrades, if I try to access a new created repository via > apache, I get a blank page and this error in the apache error log: > > ==> /var/log/http