Pool usage problems in {base,fs}_node_origin_rev
From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: Tue, 19 Aug 2008 01:08:57 +0300
When running the tests I get all sorts of failures, mostly in the merge tests.
In libsvn_fs_base/tree.c, base_node_origin_rev(), line 4753:
/* Walk the predecessor links back to origin. */
Notice that in all iterations except the first, pred_id will be used after being
The equivalent code in libsvn_fs_fs/tree.c, fs_node_origin_rev(), line 3071:
/* Walk the predecessor links back to origin. */
This looks correct, except that svn_fs_fs__dag_get_predecessor_id() sometimes
-- Vlad --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-08-19 00:09:17 CEST |
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.