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

Mel Flynn mel.flynn+fbsd.questions at mailing.thruhere.net
Fri May 15 15:54:36 UTC 2009


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 red herring or that only one of the formats requires
> > this mutex .
>
> This is how it currently looks:    (I'll try recompiling some packages
> later next week):
>
> $ ldd /usr/local/sbin/httpd
> /usr/local/sbin/httpd:
> 	libz.so.3 => /lib/libz.so.3 (0x800681000)
> 	libaprutil-0.so.9 => /usr/local/lib/apache2/libaprutil-0.so.9
> (0x800795000) libdb-4.2.so.2 => /usr/local/lib/libdb-4.2.so.2 (0x8008ab000)
> 	libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x800a87000)
> 	libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x800ba9000)
> 	libapr-0.so.9 => /usr/local/lib/apache2/libapr-0.so.9 (0x800da2000)
> 	libm.so.4 => /lib/libm.so.4 (0x800ec2000)
> 	libcrypt.so.3 => /lib/libcrypt.so.3 (0x800fde000)
> 	libc.so.6 => /lib/libc.so.6 (0x8010f7000)

No pthread in this. Could it be that apr is built without threads? It's the 
only thing out of the ordinary that I can see.
I use APR_FROM_PORTS (even though it has a be careful warning, that I don't 
understand) and as such can add threading support.
-- 
Mel


More information about the freebsd-questions mailing list