rmuir commented on PR #13164: URL: https://github.com/apache/lucene/pull/13164#issuecomment-1982323097
To better improve the crushing tests, instead of the child process killing itself with unsafe/halt, we can have the parent kill it with Process.destroyForcibly() and such. This is even better than Unsafe, in *nix for example it sends `kill -9` and kernel really crashes it for sure: the jvm can't catch this, can't dump `hs_err` or anything else. I will try to look into this tomorrow. -- 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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org