On Thu, 2003-08-28 at 09:04, Thomas Morin wrote: > # gdb /usr/bin/consolechars > GNU gdb 5.3-debian > Copyright 2002 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)... > (gdb) run --tty=/dev/tty2 -f iso1-16 > Starting program: /usr/bin/consolechars --tty=/dev/tty2 -f iso1-16 > (no debugging symbols found)...(no debugging symbols found)...(no debugging > symbols found)... > (no debugging symbols found)...(no debugging symbols found)... > Program received signal SIGSEGV, Segmentation fault. > 0x400985d3 in fclose () from /lib/libc.so.6
Thanks. Unfortunately, I can't reproduce this failure. mill:/home/pb# gdb /usr/bin/consolechars runGNU gdb 5.3-debian Copyright 2002 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)... (gdb) run --tty=/dev/tty2 -f iso1-16 Starting program: /usr/bin/consolechars --tty=/dev/tty2 -f iso1-16 (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)... Program exited normally. (gdb) I have console-tools 1:0.2.3dbs-41, libc6 2.3.2-4, and fonty 1.0-15. Perhaps you could install libc6-dbg, export LD_LIBRARY_PATH=/usr/lib/debug, and generate a new backtrace. That might yield some additional information. p. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

