OhmNomNom / thyme

A fork of mintty, for the modern world
GNU General Public License v3.0
0 stars 0 forks source link

Process remains (mc) after windows is closed #224

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using mintty with cygwin, if I start mc in bash and close mintty window, bash 
process terminates but mc is left running.
This does not happen with standard console but does with rxvt.

Original issue reported on code.google.com by mwisnicki@gmail.com on 6 Oct 2010 at 10:18

GoogleCodeExporter commented 9 years ago
I actually see the bash process rather than mc being left behind. This is with 
Cygwin 1.7.7 on Win7 x64. It happens with xterm and rxvt-unicode too. 

That points to a general Cygwin issue. When closing, the terminals all just 
send SIGHUP to bash, which then forwards it on to its child processes.

Original comment by andy.koppe on 7 Oct 2010 at 5:22