tkowalcz opened a new pull request, #211: URL: https://github.com/apache/ant/pull/211
If the JVM of the monitored forked test hangs then `Process:destroy` might not be effective. On unix systems it will send `SIGINT`. An alternative is to use `Process: destroyForcibly` method to use `SIGKILL`. Using `SIGKILL` will not allow the monitored process to cleanly shutdown, but the question is if it already timed out then it will probably never do any cleanup. Alternatively watchdog could try `destroy` first and then `destroyForcibly`. Comments? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org