[Debconf-devel] Bug#478409: Bug#478409: debconf: dpkg-preconfigure --apt segfaults during upgrade to lenny (after perl unpacked)
Daniel Kahn Gillmor
dkg-debian.org at fifthhorseman.net
Tue Apr 29 05:13:17 UTC 2008
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 rtguest at clam:~$ perl -e 'use Encode'
Segmentation fault
139 rtguest at clam:~$ perl -e 'use Text::Iconv'
0 rtguest at clam:~$ perl -e 'use Text::WrapI18N; use Text::CharWidth'
0 rtguest at clam:~$ perl -e 'use Locale::gettext'
Segmentation fault
139 rtguest at clam:~$ perl -e 'use IPC::Open2'
0 rtguest at clam:~$
Note that this is after my switch to UTF-8 on clam, as noted in my
previous e-mail:
0 rtguest at clam:~$ printenv | grep ^LA
LANG=en_US.UTF-8
LANGUAGE=en_US:en_GB:en
0 rtguest at clam:~$
thanks for the help,
--dkg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 826 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/debconf-devel/attachments/20080429/e66af89d/attachment.pgp
More information about the Debconf-devel
mailing list