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

Re: subversion 1.05 on Suse 9.1 and mod_dav_svn segfault

From: Peter Poeml <poeml_at_suse.de>
Date: 2004-06-25 10:39:11 CEST

On Fri, Jun 11, 2004 at 10:23:26PM -0500, Mobeen Azhar wrote:
> The subject pretty much says it all. I can successfully make and
> install subversion 1.05 on a SuSE 9.1 system with apache 2.0.49.
> Everything seems to work ok. I can access the repositories locally
> fine, I can access web sites on the machine hosted under apache fine.
> However, whenever I try to use a client to connect to the machine
> (tortoiseSVN from a Windows machine), apache records a child segfault
> message in the apache error log and the client fails with an error to
> the effect that the connection was terminated. This leads me to believe
> that mod_dav_svn is segfaulting.
>
> Has anyone else seen this? I am a relative newbie to Linux in general,
> and SuSE in particular, so any and all pointers to help with this will
> be much appreciated :)

How did you build subversion?

Do you use apache from the distribution, or did you build it yourself?

Try
/usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DONE_PROCESS -DNO_DETACH
and attach strace -o httpd.strace -p $(pidof httpd2-prefork) once it is
running. Then reproduce the segfault by connecting with the client, and
look at the end of httpd.strace if it can give a hint.

Peter

-- 
Thought is limitation. Free your mind.

  • application/pgp-signature attachment: stored
Received on Fri Jun 25 10:43:04 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.