[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: Lukas Lipavsky <lukas.lipavsky_at_gmail.com>
Date: 2004-11-30 18:49:58 CET

This is all I can get from the prev compile (but it's without debug
symbols, so it probably wont be useful)

...
...
...
A svn/subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 11991)]
0x080956ba in update_entry ()
(gdb) bt
#0 0x080956ba in update_entry ()
#1 0x00000000 in ?? ()

Lukas

On Tue, 30 Nov 2004 18:43:17 +0100, Lukas Lipavsky
<lukas.lipavsky@gmail.com> wrote:
> now it seems to work fine...
>
> I don't understand:((
>
> I compile it once and it does this strange bug
>
> I compile it second time (exactly same way) and it doesn't...
>
> Seems that I have to use "make -B ; make -B install" instead of "make;
> make install" to make it work... Even if I made "make clean; make;
> make install" it sometimes did some strange things....
>
> I'll try to find out as much as possible :)
>
> Lukas
>
>
>
> On Tue, 30 Nov 2004 16:31:37 +0000, Philip Martin
> <philip@codematters.co.uk> wrote:
> > 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 18:51:24 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.