------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=83445 ------- Additional Comments From te profzone ch 2004-11-30 17:44 ------- I have a similar problem, but here the debugged program is frozen and no debugger interaction from kdevelop is possible: It's gdb version gdb-6.2.1-2 from a SuSE 9.2, and the latest kdevelop from head. The application is a multithreaded Qt application with the latest public aviable qt version (qt-x11-free-3.3.3) gdb /home/drzoom/Entwicklung/ExactNode/bin/exactnode -fullname -nx -quiet (gdb) set edit off (gdb) set confirm off Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) (gdb) (gdb) set print static-members off (gdb) tty /dev/pts/4 (gdb) set width 0 (gdb) set height 0 (gdb) set stop-on 0 (gdb) handle SIG32 pass nostop noprint (gdb) handle SIG43 pass nostop noprint (gdb) set print asm-demangle off (gdb) set output-radix 16 (gdb) cd XXXXXXXXXXXXXXXXXX/bin (gdb) set args -e --name="primary" (gdb) break socketdevicebuffer.cpp:38 Breakpoint 1 at 0x8087e9d: file socketdevicebuffer.cpp, line 38. (gdb) run [Thread debugging using libthread_db enabled] warning: Unable to set global thread event mask: generic error (gdb) backtrace [New Thread 1089323520 (LWP 27934)] Any ideas? Tobias