cygwin: error under gdb 8
- Dominant language
- TypeScript
- Stars
- 10.4k
- Forks
- 521
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.