[issue14440] Close background process if IDLE closes abnormally.

Andrew Svetlov report at bugs.python.org
Sat Mar 31 13:32:49 CEST 2012


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I use Ubuntu Linux 11.10

Hmm, you are right: background process dies. But I'm pretty sure when I worked on IDLE bugs three weeks ago sometimes that process remained to live forever.

Aahh. 
At least sending SIGTERM (kill -9) to foreground IDLE process doesn't delete background. Also the same if foreground hangs by some error in code and should be killed from console. <Ctrl-C> doesn't help in this particular case, <Ctrl+\> (SIGQUIT) terminates foreground but background lives forever.

----------

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


More information about the Python-bugs-list mailing list