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

Re: svn bootstrap coredump

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-09-29 18:26:43 CEST

Rafael Garcia-Suarez <rgarciasuarez@free.fr> writes:

> I was trying to build svn from the r3200 snapshot, and it appears
> that ./subversion/clients/cmdline/svn immediately coredumps, even
> without arguments.
>
> I hadn't this issue on RedHat 6.2 and 7.1 systems, where I installed
> subversion succesfully.
>
> This machine is a modified RedHat 7.0, with notably :
> $ rpm -q glibc kernel
> glibc-2.2.5-39
> kernel-2.4.2-2
>
> strace(1) says that the last system call executed is old_mmap.
> gdb is not very helpful.

Why not? Did you build with debugging info (-g in CFLAGS)?

> The coredump disappears if I configure with --disable-shared.
> Ain't it strange ?

Do you have Apache/APR 2.0.40 installed? Does your client link to APR
2.0.40 when you do a shared build? That will cause the command line
client to dump core in the argument parsing code in APR.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 29 18:27:19 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.