https://bugs.winehq.org/show_bug.cgi?id=56032
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- what likely happens is that: - wine starts winedbg - wine hence attaches conhost to shell unix console; this saves the tty settings (setA), but changes also the tty settings (setB) for conhost to work properly - winedbg starts gdb - gdb starts (it saves the tty settings setC = setB, and puts its own settings in place (setD) - debuggee executes and terminates - for some reasons winedbg terminates first, which closes conhost, and conhost resets tty settings to setA - then gdb terminates, and it resets terminal settings to what it got upon startup = setB == setC