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

Re: Crash when moving a directory inside itself

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-17 17:40:43 CEST

Stefan <stefan@unfunked.org> writes:

> svnadmin create /repos
> svn mkdir file:///repos/dir -m ""
> svn mv file:///repos/dir file:///repos/dir/subdir -m ""

Very easy recipe for a segfault. I poked around in gdb, but I
couldn't figure out what was going on in 5 minutes. Something do with
a NULL parent-baton being passed into the path-driver callback -- it's
all cmike's new path-driver stuff. Mike, you wanna look real quick?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Aug 17 17:45:22 2003

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.