[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 14:01:02 CEST

Brian Denny <brian@briandenny.net> writes:

> Every so often the test suite hangs in random places when i run it.
> It's not consistent; more than 50% of the time I can get through the
> whole test suite without a hang.
>
> i know i've seen this with 'make svncheck' and 'make davcheck';
> not sure about local.
>
> when it hangs, the last line of tests.log is always something like:
>
> PASS: basic_tests.py 11: basic delete command
>
> (except it's a different test every time).

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.

-- 
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 14:01:47 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.