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

Re: Can't diff after killing svnlook

From: Greg Ward <gward_at_mems-exchange.org>
Date: 2003-01-17 23:32:21 CET

On 17 January 2003, cmpilato@collab.net said:
> If you build with debugging symbols, try attaching to the svnadmin
> process with GDB. If you interrupt the process, and it's hanging in
> select(), chances are good that it ain't never coming back.

Actually, "strace -p <pid>" works on Linux to see if something is
hanging in select. Luckily it wasn't: "svnadmin recover" *finally*
completed after almost two hours. That's a lot of repository downtime
to suffer just because I hit Ctrl-C at an inopportune moment...

        Greg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 17 23:33:07 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.