Re: Segmentation fault on svn status
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-01 20:54:30 CET
"Mason Thomas" <mlt_svn@hotmail.com> writes:
> The first time I ran 'svn status' and also 'svn status -u' Subversion
It is extremely unlikely that running 'svn version' caused the
Lets see if I understand: you ran 'svn status -u' and it worked, you
Are you sure you didn't change something, or run some other command?
> 'svn help' works still.
So your working copy is the Subversion tree?
> using an older version of Subversion: svn status -u).
I assume you have multiple Subversion installations, try
$ ldd /path/to/svn
and see whether it is linked to the correct Subversion/APR libraries.
> However, during
That's what you get when the directory has an 'svn:external' property,
> Probably this is not enough info to track down the problem, but please
If the core dump is repeatable then do
$ gdb /path/to/svn
which will print out a stack trace.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sun Dec 1 20:55:23 2002 |
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.