Message9144

Author pekka.klarck
Recipients pekka.klarck
Date 2014-10-14.09:41:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413279683.62.0.274551920405.issue2220@psf.upfronthosting.co.za>
In-reply-to
Content
On Jython 2.7b3 `Popen.kill` is just an alias for `Popen.terminate`. This is fine on Windows (tested on Win7) where the latter will always kill the process. Elsewhere (tested only on Linux) JVM correctly sends SIGTERM which isn't always enough.

This is highly related to `Popen.send_signal` only supporting SIGTERM currently: http://bugs.jython.org/issue2219
History
Date User Action Args
2014-10-14 09:41:23pekka.klarcksetrecipients: + pekka.klarck
2014-10-14 09:41:23pekka.klarcksetmessageid: <1413279683.62.0.274551920405.issue2220@psf.upfronthosting.co.za>
2014-10-14 09:41:23pekka.klarcklinkissue2220 messages
2014-10-14 09:41:23pekka.klarckcreate