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

svn client causes segfault in apache

From: Tom Brown <tom_at_thebrownboys.net>
Date: 2005-03-13 18:34:07 CET

compiled subversion 1.1.3 with ssl enabled
compiled apache 2.0.53 with ssl enabled
debian sarge

I am using an FSFS backend. I am trying to run a test import on the same
machine the repository is on. However, it causes a segfault in apache.

Here is my attempt to import:
$ svn import pxrtest https://localhost/svn/test -m "Initial import."
svn: PROPFIND request failed on '/svn/test'
svn: PROPFIND of '/svn/test': Could not read status line: Secure
connection truncated (https://localhost)

This is from the apache error_log:
[Sun Mar 13 09:11:01 2005] [info] Initial (No.1) HTTPS request received
for child 5 (server localhost:443)
[Sun Mar 13 09:11:02 2005] [notice] child pid 5555 exit signal
Segmentation fault (11)

Here is how I created the repository:
svnadmin create --fs-type fsfs /svn/test

Here is what is in my httpd.conf:
<Location /svn>
  DAV svn
  SVNParentPath /svn
</Location>

This is on my home machine. When I installed subversion at work using a
BDB backend and no ssl I was able to import just fine. The server at
work is a redhat 7.1 box. Another difference is that at work I did a
remote import where as in this case its on the same machine. Could this
be the problem? I searched google and the archives and didn't find
anything relevant.

Any ideas?

Thanks,
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 13 18:36:25 2005

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.