Hi when I place a breakpoint under kdevelop 3 and start debug I get the following error and gdb stops : "Error while reading shared library symbols:: No such file or directory", This can be reproduced by creating a simpile KDE Application with kdevelop 3 and place breakpoint somewhere in main and start debug.
/bin/sh -c /home/chris/test/debug/libtool gdb /home/chris/test/debug/src/test -fullname -nx -quiet (gdb) set edit off (gdb) set confirm off *** Warning: inferring the mode of operation is deprecated. *** Future versions of Libtool will require -mode=MODE be specified. Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) (gdb) (gdb) set print static-members off (gdb) tty /dev/pts/12 (gdb) set width 0 (gdb) set height 0 (gdb) set stop-on 1 (gdb) handle SIG32 pass nostop noprint (gdb) handle SIG43 pass nostop noprint (gdb) set print asm-demangle on (gdb) cd /home/chris/test/debug/src (gdb) break main.cpp:45 Breakpoint 1 at 0x804d227: file /home/chris/test/src/main.cpp, line 45. (gdb) run Error while mapping shared library sections: : Success. (gdb) backtrace Error while reading shared library symbols: : No such file or directory. [Thread debugging using libthread_db enabled] [New Thread -150313888 (LWP 9489)] Stopped due to shared library event #0 0x009a6480 in _dl_debug_state () from /lib/ld-linux.so.2 #1 0x0099b961 in dl_main () from /lib/ld-linux.so.2 #2 0x009a8e14 in _dl_sysdep_start () from /lib/ld-linux.so.2 #3 0x0099aac0 in _dl_start () from /lib/ld-linux.so.2 #4 0x0099a7c7 in _start () from /lib/ld-linux.so.2 (gdb) info thread [New Thread -150313888 (LWP 9489)] 2 Thread -150313888 (LWP 9489) 0x009a6480 in _dl_debug_state () from /lib/ld-linux.so.2 (gdb) frame 0 #0 0x009a6480 in _dl_debug_state () from /lib/ld-linux.so.2
*** This bug has been marked as a duplicate of 123907 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.