svn_client_commit3() endless loop with memory leak
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-07-31 18:37:46 CEST
Hi,
With the very latest build of the libraries from the 1.4.x branch I
call svn_client_commit3() with two paths in the path list:
Now, in libsvn_client/commit.c, line 1211:
target = parent_dir;
while (strcmp(target, base_dir))
APR_ARRAY_PUSH(dirs_to_lock,
is where the endless loop happens. The 'parent_dir' variable gets
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Jul 31 18:38:34 2006 |
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.