# gdb ./src/sfte
GNU gdb 6.4-debian
Copyright 2005 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 "i486-linux-gnu"...Using host libthread_db
library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) r
Starting
program: /home/rouillar/developpement/packages/Ubuntu/fte/fte-0.50.0/src/sfte

Program received signal SIGSEGV, Segmentation fault.
0x4d303dea in getenv () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0  0x4d303dea in getenv () from /lib/tls/i686/cmov/libc.so.6
#1  0x080b33fd in ConInit () at con_slang.cpp:255
#2  0x80000000 in ?? ()
(gdb)l con_slang.cpp:255
250         for (i = 0; i < sizeof(slang_dchs); i++)
251             raw_dchs[i] = (linebuf[i]) & 0xff;
252
253         SLsmg_set_char_set(0);
254
255         use_esc_hack = (getenv("FTESL_ESC_HACK") != NULL);
256
257         return 0;
258     }
259     int ConDone(void)





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to