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

Re: Bug report

From: Brian W. Fitzpatrick <fitz_at_collab.net>
Date: 2005-06-16 22:01:36 CEST

On Thu, 2005-06-16 at 15:49 -0400, John Peacock wrote:
> Leon Koenig wrote:
> > bash-3.00$ mkdir blah; cd blah; rmdir ../blah
> > bash-3.00$ svn checkout http://127.0.0.1/svn/test
> > Segmentation fault
> >
>
> Are you upset that it segfaults or that it doesn't smack you up side the
> head for deleting the directory out from under yourself? ;-)
>
> Following the same steps:
>
> $ cp ../something .
> cp: cannot create regular file `./something': No such file or directory
>
> Is that more like what you expected?

It's what I would expect. This is a bug in apr...
apr_dir_make_recursive is going into an infinite loop.

I'm working on this right now.

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 16 21:59:59 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.