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

Re: BUG: Segmentation fault during checkout

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-11-30 17:31:37 CET

Lukas Lipavsky <lukas.lipavsky@gmail.com> writes:

> I've published the core (with Berkeley DB 4.2.52) here:
> http://urtax.ms.mff.cuni.cz/~lilu/core2

Better to run under gdb and show us the stack trace

$ gdb svn
(gdb) r checkout file://...
SEGV
(gdb) bt

> ./configure --with-berkeley-db="/home/lilu/local/include:/home/lilu/local/lib"
> --prefix=/home/lilu/local --without-neon --with-editor=/usr/bin/vi
> --with-zlib

Add --enable-maintainer-mode to get debugging symbols.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 30 17:34:46 2004

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.