[New-bugs-announce] [issue22991] test_gdb leaves the terminal in raw mode with gdb 7.8.1

Xavier de Gaye report at bugs.python.org
Thu Dec 4 00:50:33 CET 2014


New submission from Xavier de Gaye:

This happens on archlinux. Annoying: the terminal becomes unusable unless you type blindly 'stty sane <CTL-J>', and the backspace key is still wrong.
This does not happen with gdb 7.6.1.
And this does not happen when running gdb with the 'mi' interpreter. The attached patch uses GDB/MI.
The problem with using the GDB/MI interface, is that it is very verbose when trying to debug a test.

----------
components: Tests
files: gdbmi.patch
keywords: patch
messages: 232099
nosy: xdegaye
priority: normal
severity: normal
status: open
title: test_gdb leaves the terminal in raw mode with gdb 7.8.1
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file37354/gdbmi.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22991>
_______________________________________


More information about the New-bugs-announce mailing list