gdbgui icon indicating copy to clipboard operation
gdbgui copied to clipboard

cygwin: error under gdb 8

Open albertfc opened this issue 6 years ago • 0 comments

Python error error under cygwin. ERROR - Traceback (most recent call last): File "/home/Albert/.local/pipx/venvs/gdbgui/lib/python3.6/site-packages/gdbgui/backend.py", line 357, in run_gdb_command controller.write(cmd, read_response=False) File "/home/Albert/.local/pipx/venvs/gdbgui/lib/python3.6/site-packages/pygdbmi/gdbcontroller.py", line 201, in write self.verify_valid_gdb_subprocess() File "/home/Albert/.local/pipx/venvs/gdbgui/lib/python3.6/site-packages/pygdbmi/gdbcontroller.py", line 177, in verify_valid_gdb_subprocess % str(self.gdb_process.poll()) pygdbmi.gdbcontroller.NoGdbProcessError: gdb process has already finished with return code: -11 Error under GDB 8: $ gdb GNU gdb (GDB) (Cygwin 8.1.1-1) 8.1.1 Using GDB 7 everything works fine.

albertfc avatar Dec 07 '19 18:12 albertfc