[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Segmentation fault in webdav after upgrading to 1.7 on CentOS - Need new ideas

From: Erwin Hogeweg <erwin.hogeweg_at_me.com>
Date: Sat, 02 Nov 2013 00:20:13 -0400

Hi,

We upgraded subversion from 1.6 to 1.7, but can't get the WebDAV online anymore. As far as we can see everything appears to be set up correctly. Would appreciate if somebody could give a pointer or two on how to debug this further.

OS: CENTOS 6.4 x86_64
SVN: subversion 1.7.13

svn is build with:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-apr=/usr/local/apache --with-apr-util=/usr/local/apache --with-ssl && make && make install

This is included from httpd.conf:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

<Location /svn>
DAV svn
SVNParentPath /var/svn/repos
AuthzSVNAccessFile /etc/svn-acl-conf
AuthType Basic
AuthName "My repository"
AuthUserFile /etc/svn-auth-conf
Require valid-user
</Location>

Apache error_log
[Fri Nov 01 19:26:09 2013] [notice] SSL FIPS mode disabled
[Fri Nov 01 19:26:09 2013] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Fri Nov 01 19:26:09 2013] [notice] ModSecurity for Apache/2.7.3 (http://www.modsecurity.org/) configured.
[Fri Nov 01 19:26:09 2013] [notice] ModSecurity: APR compiled version="1.4.6"; loaded version="1.4.6"
[Fri Nov 01 19:26:09 2013] [notice] ModSecurity: PCRE compiled version="8.21 "; loaded version="8.21 2011-12-12"
[Fri Nov 01 19:26:09 2013] [notice] ModSecurity: LIBXML compiled version="2.9.0"
[Fri Nov 01 19:26:10 2013] [notice] SSL FIPS mode disabled
[Fri Nov 01 19:26:10 2013] [notice] Apache/2.2.24 (Unix) mod_ssl/2.2.24 OpenSSL/1.0.0-fips DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 SVN/1.7.13 configured -- resuming normal operations
[Fri Nov 01 19:26:27 2013] [notice] child pid 1473 exit signal Segmentation fault (11)
[Fri Nov 01 19:26:29 2013] [notice] child pid 1548 exit signal Segmentation fault (11)
[Fri Nov 01 19:26:31 2013] [notice] child pid 1615 exit signal Segmentation fault (11)
[Fri Nov 01 19:26:33 2013] [notice] child pid 1683 exit signal Segmentation fault (11)

I am lost. Any suggestions are greatly appreciated.

Kind Regards,

Erwin
Received on 2013-11-02 05:21:00 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.