Is this still an issue?
Kim Saunders writes: > Package: libstdc++5 > Version: 1:3.3.4-6 > > After having dist-upgraded to the version of libstdc++5 mentioned above > this morning, all of my programs that dynamically link against > /usr/lib/libstdc++.so.5 suffer from (seemingly locale-related) segfault. > > Using groff as an example, I have included a gdb backtrace, strace, ldd, > and my locale details. > > This line seems concerning: > > open("/usr/lib/locale/¿?/LC_IDENTIFICATION", O_RDONLY) > > The directory preceeding LC_IDENTIFICATION contains different junk > characters for different programs (e.g. nmap, galeon, > gnome-settings-daemon, gedit, etc), suggesting to me that construction > of that path string could be at fault. > > [EMAIL PROTECTED]:~$ gdb /usr/bin/groff > GNU gdb 6.1-debian > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "i386-linux"...(no debugging symbols > found)...Using host libthread_db library "/lib/tls/libthread_db.so.1"