You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by mr...@comcast.net on 2004/04/20 21:41:34 UTC

Segmentation fault (11) w/ Subversion

I have a subversion server setup over Apache2 w/ SSL.  When I attempt to checkin a small test file via my svn client, the client hangs.  After an hour or so of hanging, I send a kill command to the client, and it'll return something like this:

svn: MKACTIVITY of /svn/!svn/act/91679e39-86d8-0310-8223-800000000000: Could not read status line: Secure connection truncated (https://mysite.org)

When I check out the error_log file under /usr/local/apach2/logs, I see the two corresponding entries:

[Tue Apr 20 14:20:46 2004] [notice] child pid 2253 exit signal Segmentation fault (11)
/data/svn/dav/activities
[Tue Apr 20 14:20:47 2004] [notice] child pid 542 exit signal Segmentation fault (11)

This is the software I'm using:

Apache 2.0.49
Subversion 1.0.1
Berkeley DB 4.2

According to my config logs, this is how I ran the configure script for Apache2:

./configure --enable-modules=all --enable-ssl --enable-so --enable-rewrite --enable-vhost-alias --enable-proxy --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http --enable-http --enable-dav --enable-cgi --enable-maintainer-mode --enable-deflate --with-dbm=db42 --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --prefix=/usr/local/apache2

Likewise, for the subversion configure, I used the following:
./configure --with-apxs=/usr/local/apache2/bin/apxs --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-ssl --enable-maintainer-mode
                                                                                                                                                 
Attached is a copy of my httpd.conf file for apache2.  I do not have any errors when I do other svn client commands, such as checkout or list.

Thanks for any suggestions.