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

Re: Seg fault: dav_svn_get_repo_name(request_rec = NULL)

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-11-19 11:11:26 CET

kfogel@collab.net wrote:
> Julian Foad <julianfoad@btopenworld.com> writes:
>
>>Any ideas why mod_dav_svn seg-faults when I try to access it with
>>"svn ls http://localhost/repos/myrepos/"?
>
> This is only a tentative guess, but does r7797 fix it?

Unfortunately not. It probably results from improper configuration on my part. Apache's dav_get_resource() (from /usr/lib/apache2-worker/mod_dav.so) calls Subversion's dav_svn_get_repo_name() passing request_rec=NULL. We don't expect that; I don't know whether we should expect it.

Hmm... I have both MPM-worker and MPM-prefork installed. It is currently calling mod_dav_svn from "worker". Does that matter?

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 19 11:09:30 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.