Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

segmentation fault in svn 1.4.6 on AIX 5.3

111 views
Skip to first unread message

Chris Graham

unread,
Nov 9, 2009, 6:33:05 AM11/9/09
to
I've set SVN up on a few machines, and they have all been good.

However, on this one machine, I get:

# cd /opt/subversion/bin
# ./svn --version
Segmentation fault(coredump)
# dbx svn core
Type 'help' for help.
[using memory image in core]
reading symbolic information ...

Segmentation fault in check_sbcs at 0xd1a85f14 ($t1)
0xd1a85f14 (check_sbcs+0x104) 80630010 lwz r3,0x10(r3)
(dbx) quit
#

And for the life of me, I can not work out what the differences are.

Has anyone else seen the same error.
It's been fixed in later versions of apr_util, but that does not
explain _why_ it works on _some_ machines but not this one.

This one's driving me nuts.

-Chris

Chris Graham

unread,
Nov 11, 2009, 7:01:13 AM11/11/09
to

It's definately looking as though TL11 is at fault

oslevel -s output:
Initial Install - 5300-00-0000
svn --version: works

TL8
svn --version: works

TL10 - 5300-10-01-0921
svn --version works.

TL11 - 5300-11-00-0000
svn --version coredumps.

About to try SP1.

This is a 9114-275 machine, 2Gb ram, base AIX OS and the Subversion
1.4.6 tarball unpacked and nothing else.

If SP1 doiesn't fix it, I'm thinking it's PMR time... :-)

-Chris

Chris Graham

unread,
Nov 11, 2009, 7:12:36 AM11/11/09
to

TL11-SP1 - 5300-11-01-0944
svn --version coredumps :-(

So it's looking like bos.rte.iconv 5.3.11.0 is the offending artefact.

-Chris

Chris Graham

unread,
Nov 12, 2009, 1:09:53 AM11/12/09
to

The ugliest of all hacks:

cd /usr/lib
cp libiconv.a libiconv.a.TL11
cp /tmp/libiconv.a libiconv.a.TL10
ln -sf libiconv.a.TL10 libiconv.a

svn --version no longer core dumps...

:-)

So I wonder what the APAR details that caused a change to libiconv.a
where?

-Chris

Chris Graham

unread,
Nov 12, 2009, 9:27:13 PM11/12/09
to

Henry

unread,
Nov 15, 2009, 2:54:43 PM11/15/09
to

cheers - moved my SVN repository to Ubuntu and lots of tar/scp/tar/svn
add/imports

0 new messages