On Tue, Aug 09, 2011 at 10:10:32AM -0700, Kathy Khaghani wrote: > Stefan, > > Thank you so much for your fast response! To give you a bit more info, this > error has been happening with every commit on this repository, I am the only > one who uses it, and I read someplace that I could be timing out so I have > set: > SSLSessionCacheTimeout 3600 > And SVNPathAuthz off > > Also my apache server log says: > [Fri Aug 05 13:19:12 2011] [notice] child pid 9127 exit signal Segmentation > fault (11) > > Which again I have not found much useful information about.
The segmentation fault message means the server is crashing. The client connection gets dropped when the crash happens. You were saying you're using version 1.5.0 on Linux Fedora release 4. That is very old, so I assume your setup was working for quite some time. You should try to pinpoint which change on the server caused this problem. Something must have changed recently. As an aside, I'd highly recommend to upgrade your server to Subversion 1.6.17 as soon as possible. The 1.5.x release series will stop being supported soon (when 1.7.0 is released).