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

Inifinte loop in libsvn_repos/reporter.c:get_from_path_map

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-26 03:32:58 CEST

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?

-- 
Philip Martin
---------------------------------------------------------------------
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:33:39 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.