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

Re: Hung 'svn commit' (for the last 8 hours)

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-09-22 13:48:48 CEST

Andreas J Koenig wrote:
>
> strace -pPID would tell you what exactly it does.

$ ps -ef | fgrep "svn commit"
jpeacock 19004 18929 0 Sep21 ? 00:00:00 svn commit --encoding=latin1 -F
logforsvn.MUVM4I t/lib/Test lib/Test/Simple t/lib/Test/Simple lib/Test/Simple/t
t/lib/Test/Simple/sample_tests lib/Test/Builder.pm lib/Test/More.pm
lib/Test/Simple.pm lib/Test/Simple/Changes lib/Test/Simple/README
lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
lib/Test/Simple/t/bad_plan.t lib/Test/Simple/t/buffer...<snip>

$ strace -p19004
select(0, NULL, NULL, NULL, {0, 870000}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {1, 0}) = 0 (Timeout)

Not a lot of help there. Any other ideas? I'm just leaving it running until
someone can suggest some way of figuring out what it is stuck on...

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 22 13:49:10 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.