-
Notifications
You must be signed in to change notification settings - Fork 738
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
JDK24 thrstatetest_0_FAILED Failed to destroy JVM #20835
Comments
Assuming VM, at least we can start there. |
If I had to guess, I would think this is caused by the test spawning threads and exitting without properly shutting them down. Sometimes the timing is lucky, sometimes not. Java threads should be joined, and native threads should synchronize the exit via a monitor and |
eclipse-openj9#20835 Signed-off-by: Peter Shipton <[email protected]>
eclipse-openj9#20835 Signed-off-by: Peter Shipton <[email protected]>
@h3110n3rv3 Please take a look at this |
yes I can take a look |
Correctly this time. Issue eclipse-openj9#20835 Signed-off-by: Peter Shipton <[email protected]>
This issue should be fixed by #21044. |
Correctly this time. Issue eclipse-openj9#20835 Signed-off-by: Peter Shipton <[email protected]>
Failure link
From an internal build(
ubu22-aarch64-5
):Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
50x internal grinder - not an intermittent problem, fails every time
The text was updated successfully, but these errors were encountered: