-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARNING : Minion exited abnormally due to RUN_ERROR / Error while watching child process #1339
Comments
FWIW: the problem can be reproduced with the latest JDK 21 for Eclipse Temurin: 21.0.4+7-LTS as well. |
If you can post a minimal project that reproduces the issue, I can take a look. |
Unfortunately it does not look very straightforward to extract a minimal self contained example (it's an existing proprietary code base with a fair number of internal dependencies), but when I interrupt the Mavan command with
|
While running PIT in a JDK 21 project the following stack trace is generated (which asks me to report it, so here goes):
The corresponding Maven
pom.xml
plugin configuration is as follows:The text was updated successfully, but these errors were encountered: