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

Re: Segfault recipe

From: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2002-10-17 22:28:29 CEST

On 17 Oct 2002, Philip Martin wrote:

>
> Still looks like it must be your environment, LD_LIBRARY_PATH or
> LD_PRELOAD being the obvious candidates.

Both are unset.

> Are you using shared libraries?

Yes

> What does running ldd on the svn executable show, do the
> library paths look like the ones you expect?
>

Yes, they seems very reasonable, same for ldconfig -p

This is intresting:
ldd ~/data/sw/svn_stuff/builddir/3388/subversion/clients/cmdline/svn
=>> not a dynamic executable

Why not? svn has been build with following configure:

./configure --prefix="/opt/svn/$(basename $(pwd))"
   --enable-maintainer-mode
   --with-apr=/opt/svnd/test-20021017-090406
   --with-apr-util=/opt/svnd/test-20021017-090406
   --with-apxs=/opt/svnd/test-20021017-090406/bin/apxs

ldd /opt/svn/3388/bin/svn
=>> dynamic

They both are segfaulting.

>
> I don't really know what else to suggest.
>

Is there any change that this test tiggers a bug? Svn seems otherwise
working ok. So I don't think that this is totally and only
about environment thing.

For example, I could made clean checkout with both of these segfaultin
svn-clients from svn.tigris.org... And I could made checkout from another
repos here ie. repo-1. Only if I feed new born repo with those script,
result is segfault when I try checkout.

Regression test ran cleanly in console where I managed produce
segfaults with those scripts.

BR, Jani

--
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 22:29:09 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.