On Friday 08 March 2013 06:38 PM, Philip Martin wrote:
Alexander Thomas <[email protected]> writes:
svn@trunk compiled in Linux x86_64 with libc-iconv, segfaults when executed
with an argument. I don't understand libsvn_subr/utf.c code well enough.
Here I'm attaching gdb traceback for "svn --version".
Env details :
$ uname -a
Linux localhost 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:32:02 EDT 2006 x86_64
x86_64 x86_64 GNU/Linux
* subversion trunk@1452694
* glibc-2.3.4
* apr-1.4.6
* apr-util-1.5.1
That's quite an old system isn't it? Which version of the compiler is
used? Perhaps it's the apr/compiler bug:
http://subversion.apache.org/docs/release-notes/1.7.html#rhel-2-issue
Yes, system is old but not so old as rhel-2. This one is running on
RHEL 4 ES and GCC 3.4.6.
Thanks for the link....Recompiling APR with
'--disable-nonportable-atomics' helped.
Mark & Philip Thanks once again.
-AT