Bug 144299 - internal dbugger error: MI response is: ^done
Summary: internal dbugger error: MI response is: ^done
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 3.4.0
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-16 15:06 UTC by Rob L
Modified: 2010-10-09 01:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rob L 2007-04-16 15:06:46 UTC
Version:           3.4.0 (using KDE KDE 3.5.1)
Installed from:    Compiled From Sources
Compiler:          gcc (GCC) 4.1.0 
OS:                Linux

I frequently get a dialog with the following content:

The exception is: MI type error
The MI response is: ^done

In general gdb seems to generate lots of error messages (eg. could not access memory address at ...).  All the error dialogs this generates can be a bit annoying.  Could kdevelop show these messages in the gdb panel rather than the pop-up (or have an option to do this)?

I'm using gdb 6.6.
Comment 1 Andreas Pakulat 2007-04-16 16:23:07 UTC
I haven't seen any of those popup messages for a long time (read since last year). Are you sure you don't have any optimizations activated when building your application?
Comment 2 Rob L 2007-04-16 16:31:15 UTC
yes, no optimisations.

I think the ^done often appears if I kill the debugged application whilst it is rebuilding, but also at other times.

gdb sometimes gets very confused watching variables and generates a whole load of errors.  Restarting gdb and the application will usually fix this for a while.

Comment 3 Andreas Pakulat 2009-07-24 21:13:21 UTC
haven't seen this with kdev4 yet, assuming its fixed. Please re-open if its reproduceable with kdevelop4.
Comment 4 Nicolás Alvarez 2010-10-09 01:02:33 UTC
I *have* seen this error in kdev4. However I have no clue on steps to reproduce...