Re: Debugger crash
Aleix Pol <[email protected]> Mon, 13 Feb 2023 03:05:11 +0100
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <CACcA1Rpu_zAcVFcWvJ_53G=jNQyShB5aaFEfdWQoFn_LGJ-W1g@mail.gmail.com> |
If KDevelop crashes, wouldn't the solution be to fix the crash? Aleix On Sun, Feb 12, 2023 at 5:09 PM Leon Pollak <[email protected]> wrote: > > OK, after hours of torment I found the way: > If I set the HW watchpoint, kdevelop debugger crashes. > After this all attempts to connect fails with this message. > Deleting the session file removes the problem. > > On 12/02/2023 17:21, Leon Pollak wrote: > > Hello, all. > > Sometimes I encounter the following error after loading and running the application: > > The exception is: Received a result with token not matching pending command. Pending: 27Received: 26 > > The MI response is: 26^error,msg="Command aborted." > > This message disappears by itself, without me doing something except restarting the system. > > But sometimes, as today, I can't get rid of it. Each time I start debugging I receive it again. > > Pure gdb runs fine. > > This is remote debugging with gdbserver on the other side. > > Host is Linux x86_64, target is ARM 32 bit. > > How can I rid of this problem? > > Thanks. > > -- > LP > > LP