You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kevin Pilch-Bisson <ke...@pilch-bisson.net> on 2002/10/07 12:15:33 UTC

Re: svn status gets 'killed'

On Mon, Oct 07, 2002 at 03:11:48PM -0400, pll@lanminds.com wrote:
> 
> Hi all,
> 
> I recently set up an svn server, and to experiment, I imported a copy 
> of the Linux 2.4.19 kernel source.  On my 'client' system, I run:
> 
> 	svn co http://server/svn/linux-2.4.19 linux-2.4.19
> 
> and everything goes quite well.  However, if I try to do an
> 'svn status', it just sits there for quite a while, and eventually 
> just dies with a message 'Killed':
> 
> 	ll@tater:/usr/local/src/linux-2.4.19$ svn status -u -v .
> 	Killed
> 	pll@tater:/usr/local/src/linux-2.4.19$ 

If you're on linux it is probably the OOM killer stepping in.  How much memory
is the status taking?
> 
> An 'strace svn status -u -v' results in:
> 
> 	pll@tater:~$ strace -p 17537
> 	.
> 	.
> 	.
> 	+++ killed by SIGKILL +++
> 	pll@tater:~$
> 
> Is something broken, or am I doing something wrong?
> 
> (Oh, an an 'svn status -n' results in:
> 
> 	svn: invalid option character: n
> 	Type `svn help' for help on Subversion usage.

It's -N now.
> 
> but 'svn status --nonrecursive' works fine).
> 
> I'm using:	Subversion Client, version 0.14.1 (r2927)
> 		   compiled Aug 24 2002, 11:36:34
> 
> from the Debian packages 0.14.1-2.
> 
> Oh, FWIW, 'svn help' seems to be broken in the newer 0.14.3-2
> packages under Debian:
> 
> 	pll@tater:/usr/local/src/linux-2.4.19$ svn status -u -v --nonrecursive
> 	Type `svn help' for help on Subversion usage.
> 
> 	pll@tater:/usr/local/src/linux-2.4.19$ svn help status 
> 	Type `svn help' for help on Subversion usage.
> 
> 	pll@tater:/usr/local/src/linux-2.4.19$ svn help 
> 	Type `svn help' for help on Subversion usage.
> 	(err, that's what I did :)
> 
Hmm, I had that problem the other day, but a rebuild of apr seemed to fix it.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Re: svn status gets 'killed'

Posted by David Kimdon <dw...@debian.org>.
Mon, Oct 07, 2002 at 04:18:34PM -0400 wrote:
> In a message dated: Mon, 07 Oct 2002 05:15:33 PDT
> Kevin Pilch-Bisson said:
> 
> 
> >Hmm, I had that problem the other day, but a rebuild of apr seemed to fix it.
> 
> Ahh. I upgraded my libapr0 package and that fixed it.  Is there any 
> way to make sure that when the Debian subversion package gets 
> installed, that it's dependant upon the latest libapr0 package?

yes, this is related to Bug#162814.  The next libapr0 package will
have a shlibs file that includes the source version.  This will make
upgrades of subversion trigger an upgrade of libapr0.  Hmm . . . looks
like that new version of libapr0 is available now. New subversion
package coming soon.

-David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svn status gets 'killed'

Posted by Paul Lussier <pl...@lanminds.com>.
In a message dated: Mon, 07 Oct 2002 05:15:33 PDT
Kevin Pilch-Bisson said:


>Hmm, I had that problem the other day, but a rebuild of apr seemed to fix it.

Ahh. I upgraded my libapr0 package and that fixed it.  Is there any 
way to make sure that when the Debian subversion package gets 
installed, that it's dependant upon the latest libapr0 package?

Thanks,
-- 

Seeya,
Paul
--
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.

	 If you're not having fun, you're not doing it right!



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org