Re: Code review requested.
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-03-03 02:47:29 CET
"C. Michael Pilato" <cmpilato@collab.net> writes:
> Well, I don't have time to diagnose the problem right now (and it
Here's my analysis:
- fs-test.c calls svn_fs_base__dag_get_node passing an iteration
- svn_fs_base__dag_get_node allocates a new dag_node_t and calls
- get_node_revision calls cache_node_revision which uses
- Sometime after svn_fs_base__dag_get_node returns the iteration
- When the trail finally calls uncache_node_revision the invalid node
The new pool argument to svn_fs_base__dag_get_node allows nodes to get
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Mar 3 02:48:44 2005 |
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.