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

Re: svn with nonexistent file:/// uses all available memory

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-09-10 03:35:01 CEST

cmpilato@collab.net writes:
> Check subversion/libsvn_ra_local/split_url.c:svn_ra_local__split_URL(),
> 'round line 117.
>
> if (svn_path_is_empty_nts (candidate_url))
> break;
>
> That's the sentinel for a while(1) loop that I'm betting is the source
> of failure. I have, however, no proof of this theory, and am not in a
> build-worthy state.

Heh, looked up from debugging to see your mail. Yep, this guess is
right on -- I'm about to commit a fix :-).

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 10 03:57:06 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.