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

Re: Inifinte loop in libsvn_repos/reporter.c:get_from_path_map

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-09-26 03:41:59 CEST

Philip Martin <philip@codematters.co.uk> writes:

> Hello
>
> I have discovered another case of
>
> do
> {
> svn_path_remove_component (path);
> }
> while (! svn_path_is_empty (path));
>
> which can loop forever when path is "/". It's in get_from_path_map.
> I can trigger it over ra_local, in which case the client loops, and
> over ra_dav, in which case the server loops.
>
> I think I may have caused httpd at svn.collab.net to be running this
> loop, could someone check?

Yikes. Yes indeed, it was at a load of 12.

httpd has been stopped and restarted. The repository is fine.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 26 03:44:11 2002

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.