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

SVN 1.4.4 PROPFIND error and Apache 2.2 SEGFAULT

From: Southern, Jason <southern_jason_at_bah.com>
Date: 2007-08-28 22:44:11 CEST

I've installed Apache 2.2 and SVN 1.4.4 on Solaris 10 using SMC
libraries from sunfreeware.com. Apache is loading mod_dav before loading
mod_dav_svn and mod_authz_svn. I have this location declared in the
configuration file:

<Location /repos>
    DAV svn
    SVNParentPath /opt/svnrepos
    SVNListParentPath on
    AuthType Basic
    AuthName "Subversion repositories"
    AuthUserFile /etc/svn-auth-file
    Require valid-user
</Location>

When attempting to access the repository through a web browser, the
connection is closed and this appears in the Apache error_log:

[notice] child pid 21863 exit signal Segmentation fault (11), possible
coredump in /usr/local/apache2

I also configured mod_dav_svn in httpd.conf to log to a custom log file,
but nothing is appearing in the log. Here is the Apache directive I'm
using:

CustomLog logs/svn_log "%t %u %{SVN-ACTION}e" env=SVN-ACTION

I next attempted to execute a svn import using the Solaris CLI. This is
the result:

> svn import sample-proj http://localhost:9999/repos/esd -m "initial
import"
svn: PROPFIND request failed on '/repos/esd'
svn: PROPFIND of '/repos/esd': Could not read status line: connection
was closed by server. (http://localhost:9999)

This seems like a problem the Subversion install and not Apache 2.2. Any
ideas of what the problem is or what I should investigate next?

Thanks,
Jason Southern

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 28 22:41:44 2007

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.