[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 16:17:37 CEST

Daniel Stenberg wrote:

> On Mon, 22 Sep 2003, John Peacock wrote:
>
>
>>$ 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?
>
>
> Yes, if you built it with debug symbols I think this might offer more clues:
>
> $ gdb --pid=19004 svn
>
> ... like a backtrace, local variable contents etc...
>

(gdb) bt
#0 0x4039bec2 in select () from /lib/i686/libc.so.6
#1 0x4019a44c in db_xa_switch () from /usr/lib/libdb-4.0.so
Cannot access memory at address 0xffefbc40

I don't know what local variables to examine; any hints?

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 22 16:18:02 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.