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

Execution error with core dump: subversion 1.6.9

From: Gottfried Müller <gottfried.mueller_at_magirus.com>
Date: Fri, 19 Feb 2010 11:24:38 +0100

Hello,

our system programmers installed a new version of AIX 6.1. After the typical
configure/make/make install I can't execute svn without generating a core
dump.

In the attachment I send you the result file test.log (make check)

This is my building configuration:

APR="${PRG}/apache/current"
EXPAT="${PRG}/expat/current"

CFLAGS="-I${EXPAT}/include ${CFLAGS}"
CPPFLAGS="-I${EXPAT}/include ${CPPFLAGS}"
LDFLAGS="-L${EXPAT}/lib ${LDFLAGS}"
export CFLAGS CPPFLAGS LDFLAGS

OBJECT_MODE=64 CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
\
  CC="xlc_r -q64" CXX="xlC_r -q64" AR="ar -Xany" RANLIB="ranlib -X32_64" \
  ./configure \
  --prefix=${PFXDIR} \
  --with-apr=${APR} \
  --with-apr-util=${APR} \
  --with-apxs=${APR}/bin/apxs \
  --disable-mod-activation \
  --without-serf \
  --without-neon \
  --without-berkeley-db \
  --disable-nls \
  --disable-neon-version-check \
  --enable-debug \
  --enable-shared=no \
   2>&1 | tee /tmp/x

The debug shows following message:

mue_at_mwtest> dbx svn
Type 'help' for help.
[using memory image in core]
reading symbolic information ...

Segmentation fault in check_sbcs at 0x10001d2c0 ($t1)
0x10001d2c0 (check_sbcs+0x100) e8630020 ld r3,0x20(r3)
(dbx) quit

Python was compiled

Yours sincerly

Gottfried Müller

Received on 2010-02-19 11:30:09 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.