[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kdbg problem (libthread_db)



Hi all,

I'm using debian unstable and kdbg 1.2.9 with gdb 6.1. When I load an
executable, kdbg says : Sorry - KDbg
gdb: Using host libthread_db library
"/usr/lib/libthread_db.so.1".

However, the command line interface of gdb works :
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"...Using host libthread_db
library "/lib/libthread_db.so.1".

(gdb) run
Starting program: /home/manu/non_CVS/chart/test 

Program received signal SIGINT, Interrupt.
0x4036f7d8 in poll () from /lib/libc.so.6
(gdb) bt
#0  0x4036f7d8 in poll () from /lib/libc.so.6
#1  0x4018d982 in g_main_is_running () from /usr/lib/libglib-1.2.so.0
#2  0x4018d346 in g_get_current_time () from /usr/lib/libglib-1.2.so.0
#3  0x4018d724 in g_main_run () from /usr/lib/libglib-1.2.so.0
#4  0x400b3c3f in gtk_main () from /usr/lib/libgtk-1.2.so.0
#5  0x08048e3d in main (argc=1, argv=0xbfffee54) at test.c:34
(gdb) 

Can anyone help, please?

Thanks

strawks.

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: