GDBSERVER
-
I have a problem when i'm in remote debugging. I use QtCreator 4.15.0, and qt version 5.15.2. Linux = Debian GNU/Linux 10 (buster).
When i'm debugging stopped on a breakpoint (only in this case) and i'm debugging step by step after a while the application dies, this seems to be caused by using QProcess in threads parallel to the thread where i'm debugging.
I think it is a problem with the gdbserver that in the debug window it shows the following message: "Can't detemine the currente address space of thread Thread xxxxx A problem internal to GDB has been detected, further debugging may prove unreliable." and after close the connection.
But I have no idea how to fix it. Gdb Server version 8.2.1 and it was configured for "x86_64-linux-gnu".