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)
This is the software I'm using:
Apache 2.0.49
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:
Thanks for any suggestions.
---------------------------------------------------------------------
|
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.