[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-17 21:34:41 CEST

Jani Averbach <jaa@cc.jyu.fi> writes:

> Ok, I tried it with bash:
>
> bash ../svn-bug.txt -> Happy end, no failure.
> bash ../svn-bug3.txt -> Happy end, no failure
>
> cut'n paste one by one ../svn-bug3.txt's commands -> segfault
> cut'n paste whole ../svn-bug3.txt script -> segfault
>
> login to linux's virtual console:
> bash ../svn-bug3.txt > svn-bug3-` event.sh`.log 2>&1
>
> ==>>> BINGO!! Segfault!

Still looks like it must be your environment, LD_LIBRARY_PATH or
LD_PRELOAD being the obvious candidates. Are you using shared
libraries? What does running ldd on the svn executable show, do the
library paths look like the ones you expect?

I don't really know what else to suggest.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 17 21:35:31 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.