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

Re: svn commit: rev 2521 - trunk/subversion/libsvn_client

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-15 20:53:41 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> Yep. Ben's reviewing your latest patch; if we can apply that rather
> than revert, we will. It might still be feasible to get forward
> motion into Alpha...

Philip, I applied your parent-child patch to r2521, and it's not quite
working for me. In particular, I'm seeing if the patch fixes the
svn_wc_process_committed failure when you run Peter Schuller's bug.

What I'm getting, however, is a segfault in unlock_dirs() at the very
end of the commit processing. First, it tries to svn_wc_adm_close()
the parent access baton... this access baton has a children hash with
one child in it, so we recurse on the child access baton. But the
child access baton is total garbage.

I'm guessing that some kind of pool is being freed too early or
something? Can you reproduce this?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 15 20:55:21 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.