slygamer
Active Member
There is usually an exception handler that can be written to respond to NULL pointer dereferences, divide by zero, etc. Does anyone know how this would be done on the GP2X?
dlopen failed on 'libthread_db.so.1' - /lib/libthread_db.so.1: undefined symbol:
ps_pglobal_lookup
GDB will not be able to debug pthreads.
259 in main.c
(gdb)
[tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device]
[tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device]
261 in main.c
(gdb)
[tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device]
262 in main.c
(gdb)
[tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for device]
luteijn posted on Feb 4 2006 at 03:13 PM said:Error seems to refer to terminal stuff not working properly. Did you install the terminfo files? ( In the 'proper' (i.e. where ncurses looks for them) place and removed .ti ending I put on to make them a different filename than the screen executable?)
P.
bash-2.05a# ls -R /usr/local/share/terminfo
/usr/local/share/terminfo:
l s
/usr/local/share/terminfo/l:
linux
/usr/local/share/terminfo/s:
screen
gfoot posted on Feb 5 2006 at 06:54 PM said:Something else that might be relevant, especially if you don't use screen, is the initial setting of the TERM variable when you connect. It really ought to be set to whatever your serial program is emulating, which probably isn't "linux".