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

Re: 'svn move' causes lockup/crash

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 19 Sep 2008 11:04:37 +0300 (Jerusalem Daylight Time)

Matthew L. Creech wrote on Thu, 18 Sep 2008 at 22:56 -0400:
> I can consistently make the subversion client enter some sort of
> infinite loop that brings down my machine (until the OOM-killer kicks
> in, anyway) by allocating more & more memory. This is with
> subversion-1.5.1 on a x86_64 gentoo box.
>

I can reproduce this with trunk.

> Let's say that "project" is laid out such that
> "/project/old_directory/sub_directory/filename.c" already exists in
> the repository. Now I type this sequence of commands:
>
> svn co http://some-url/project
> cd project
> svn move old_directory new_directory
> cd new_directory/sub_directory
> mkdir blah
> svn add blah
> svn move filename.c blah
>
> (svn shoots to 100% CPU usage, and quickly gobbles up all my memory)
>
> Is this a known issue? I tried a few searches on the bug tracker but
> didn't get anything.

If it isn't there already, please add it. Thanks.

> I can provide additional details as needed.
>

A patch would be welcome. :)

Daniel

> Thanks
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-19 10:04:57 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.