From owner-freebsd-questions@FreeBSD.ORG Wed May 13 20:21:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 789681065673 for ; Wed, 13 May 2009 20:21:34 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 45AB68FC23 for ; Wed, 13 May 2009 20:21:33 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 2C6387E837; Wed, 13 May 2009 12:21:32 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Wed, 13 May 2009 22:21:30 +0200 User-Agent: KMail/1.11.2 (FreeBSD/8.0-CURRENT; KDE/4.2.2; i386; ; ) References: <1242123058.945.31.camel@ompc.insign.local> <200905121725.31005.mel.flynn+fbsd.questions@mailing.thruhere.net> <1242235956.5520.2.camel@frosch.omx.ch> In-Reply-To: <1242235956.5520.2.camel@frosch.omx.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905132221.30817.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Olivier Mueller Subject: Re: subversion / dav_svn_module : Fatal error 'Recurse on a private mutex.' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 20:21:34 -0000 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 64353 exit signal Abort trap (6) > > > > > > > > > The only difference between both repositories is the db/format file: > > > > > > diff -r repos/websites/testing/db/format > > > repos/websites/testing2/db/format 1c1 > > > < 4 > > > --- > > > > > > > 3 > > > > > > If format is "3" (subversion "pre-1.6"), everything works fine, but if > > > the format is "4" the DAV/SVN part crashes (while everything remains > > > fine via svn client / svnserve). > > > > this is with the same binary? Meaning there's no Berkeley db library > > differences? > > Yes, the only recent change was a "portupgrade -rvbp subversion". 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 . -- Mel