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

Re: hang during tests?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-30 20:25:42 CEST

Brian Denny <brian@briandenny.net> writes:

> On Sun, Mar 30, 2003 at 01:01:02PM +0100, Philip Martin wrote:
> >
> > You don't say what platform you are using. If you are on a Unix
> > platform then run "ps ax" to see if there is a svn process running (it
> > will be called lt-svn if you are using shared libraries). Then run
> > gdb on that process (use gdb -p NNN) and get a stacktrace so we can
> > see whats going on.
>
> % uname -a
> Linux milieu.frondle.net 2.4.19-gentoo-r10 #2 Sat Mar 8 16:18:52 PST
> 2003 i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux
>
> # ps ax | grep lt-svn
> 8667 ? S 0:00 lt-svnserve -d -r /usr/local/src/subversion/subversion/tests/clients/cmdline
> 20876 pts/3 S 0:00 lt-svnadmin dump local_tmp/repos
> 8964 pts/3 S 0:00 lt-svnadmin load repositories/commit_tests-17

My Linux machine appears to number processes sequentially, which means
that the when I run the regression tests the load process has an ID
that is just a little bit greater than the dump process. That's not
the case above. Does your kernel do things differently? Is it
possible that the load process is left over from a previous run?

Is the hang always during dump/load?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 30 20:26:25 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.