From kdevelop-bugs Sat Sep 30 03:12:50 2006 From: Syam Date: Sat, 30 Sep 2006 03:12:50 +0000 To: kdevelop-bugs Subject: [Bug 134827] Debug / Debugging options are disabled Message-Id: <20060930031250.8692.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306953410541 ------- 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=134827 ------- Additional Comments From sonix_666 yahoo co uk 2006-09-30 05:12 ------- Update: I installed gdb 6.4. Now debugging works and I am able to step over step in to etc. But now gdb (and KDevelop) crashes when I close my running application after debugging. The series of messsages displayed: 1. 'Debugger error', Debugger reported the following error:, Couldn't get registers: No such process. 2. 'Debugger error', Debugger reported the following error:,Cannot fetch general-purpose registers for thread -1208752432: generic error 3. 'Debugger error', Debugger reported the following error:,Cannot fetch general-purpose registers for thread -1208752432: generic error 4. The debugger component encountered internal error while processing reply from gdb. Please submit a bug report. Details>> The exception is: MI type error. The MI response is: ^done And after that, Kdevelop CRASHES (SIGABRT). My application is multithreaded and uses 3 threads.