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

RE: Problem with AIX 5300-11-01-0944

From: Chris Graham <chrisg_at_warpspeed.com.au>
Date: Thu, 12 Nov 2009 18:11:39 -0800 (PST)

Oh, about three-four days of no sleep! :-)

When I looked at the core dump via dbx, I could see that it dumped at check_sbcs +104, so in the check_sbcs routine. I googled that, and I found that there were 'theoretical' issues in the xlate.c module that has the check_sbcs routine in it. Well, we're not theoretical anymore dorothy... :-)

Looking at the source of check_sbcs, I could see that there were calls to either apr_iconv or native iconv.

With a friend's help, he pointed me at bos.rte.iconv (look at lslpp -f bos.rte.iconv) and you'll see that libiconv.a is in there.

This package was updated in TL8 and TL11.
So I set out to proove it.
Base install 5.3.0.0 Good.
5.3TL8 Good.
5.3TL10 Good.
5.3TL11 Broken.
Copy TL10's libiconv.a to the TL11 machine (actually repoint it via a symlink), and we're good.
Case closed.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2417355

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-13 07:35:18 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.