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

Re: Segmentation fault on svn status

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-01 22:26:31 CET

"Mason Thomas" <mlt_svn@hotmail.com> writes:

> Ahhh...now I notice that svn is actually a shell script?! How do I
> debug this with gdb??

That's how libtool works when using shared libraries. Copying the
shell script somewhere else is not going to work.

In the build directory the file subversion/clients/cmdline/svn is a
libtool generated shell script. When you run the shell script it
creates an executable subversion/clients/cmdline/.libs/lt-svn which is
linked against shared the shared libraries in the build dir. You can
run gdb on this executable if you wish.

There is also an executable subversion/clients/cmdline/.libs/svn.
Don't run this unless you know what you are doing, as it is linked to
libraries in the install directory.

If you install Subversion then the file /install/path/bin/svn will be
an executable linked to libraries in the install dir.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 1 22:27:14 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.