Message9425

Author pekka.klarck
Recipients pekka.klarck, zyasoft
Date 2015-01-19.11:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421665934.93.0.813765217743.issue2218@psf.upfronthosting.co.za>
In-reply-to
Content
I'm testing new POSIX Popen.kill implementation (#2220) that uses java.lang.Process.destroyForcibly in Java 8+ and sends SIGKILL otherwise. Interestingly pipes are closed in the former case but not in the latter. The process is killed just fine in both cases.
History
Date User Action Args
2015-01-19 11:12:14pekka.klarcksetmessageid: <1421665934.93.0.813765217743.issue2218@psf.upfronthosting.co.za>
2015-01-19 11:12:14pekka.klarcksetrecipients: + pekka.klarck, zyasoft
2015-01-19 11:12:14pekka.klarcklinkissue2218 messages
2015-01-19 11:12:14pekka.klarckcreate