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

Segmentation fault (11) w/ Subversion

From: <mrmikeylee_at_comcast.net>
Date: 2004-04-20 23:41:34 CEST

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Tue Apr 20 23:43:20 2004

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.