This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Peter.Caven, brian.curtin, georg.brandl, kbk, loewis, ned.deily, terry.reedy, tim.golden, vstinner
Date 2011-07-21.00:01:51
SpamBayes Score 3.1302025e-05
Marked as misclassified No
Message-id <1311206512.28.0.398764748065.issue12540@psf.upfronthosting.co.za>
In-reply-to
Content
This nasty bug really can cause severe problems. If a zombie process ran a tkinter (tk) window, then attempting to logout/restart/shutdown eventually brings up a window I have never seen before: End Process -- EmbeddedMenuWindow. The message window shows a countdown timer that implies that it will shutdown the process automatically when the timer reaches 0. But it does not because the process does not respond. It will sit there indefinitely. One has to click a shutdown button to get rid of it.  Then a few seconds later, another window for the next zombie appears. And so on. It there are 50 zombies, then one would have to repeat 50 times. Not acceptible to me.

Since IDLE is my Python workspace and since I plan to soon start running lots of tkinter tests and experiments soon, I am reverting to 3.2.0 until there is a fixed Windows binary.

Adding the two listed Windows experts.
History
Date User Action Args
2011-07-21 00:01:52terry.reedysetrecipients: + terry.reedy, loewis, georg.brandl, kbk, vstinner, tim.golden, ned.deily, brian.curtin, Peter.Caven
2011-07-21 00:01:52terry.reedysetmessageid: <1311206512.28.0.398764748065.issue12540@psf.upfronthosting.co.za>
2011-07-21 00:01:51terry.reedylinkissue12540 messages
2011-07-21 00:01:51terry.reedycreate