On Mon 2008-04-28 23:35:25 -0400, Joey Hess wrote:

> perl -e 'use Encode'
> perl -e 'use Text::Iconv'
> perl -e 'use Text::WrapI18N; use Text::CharWidth'
> perl -e 'use Locale::Gettext'
> perl -e 'use IPC::Open2'

The segfault appears to be from Encode, as you predicted from the
strace output.  i changed Locale::Gettext to Locale::gettext
(downcasing the "G"), because i think that's what you meant.  It
segfaults too.  Here's the transcript (the number before the prompt is
the return code of the previous command):

0 [EMAIL PROTECTED]:~$ perl -e 'use Encode'
Segmentation fault
139 [EMAIL PROTECTED]:~$ perl -e 'use Text::Iconv'
0 [EMAIL PROTECTED]:~$ perl -e 'use Text::WrapI18N; use Text::CharWidth'
0 [EMAIL PROTECTED]:~$ perl -e 'use Locale::gettext'
Segmentation fault
139 [EMAIL PROTECTED]:~$ perl -e 'use IPC::Open2'
0 [EMAIL PROTECTED]:~$ 

Note that this is after my switch to UTF-8 on clam, as noted in my
previous e-mail:

0 [EMAIL PROTECTED]:~$ printenv | grep ^LA
LANG=en_US.UTF-8
LANGUAGE=en_US:en_GB:en
0 [EMAIL PROTECTED]:~$ 

thanks for the help,

  --dkg

Attachment: pgpDV10PAh9tO.pgp
Description: PGP signature

Reply via email to