-
Notifications
You must be signed in to change notification settings - Fork 733
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
Hanging java process in Debug Mode with newest jdk-17.0.6+10_openj9-0.36.0 #16841
Comments
You can find the dump under following cloud storage https://tbox.tirol.gv.at/index.php/s/sX5rKC83zjjLjfz with "D8k3LwKPzq" as password |
The core is not in a clean state, I don't believe it was taken while the JVM was paused. Can you use |
I'll tentatively assign this to the JIT. @0xdaryl did anything change wrt debug mode in the 0.36 release, are there any options worth trying to see if the problem stops occurring? |
Hi @pshipton! |
I assume you are replacing An interesting thread I saw in the core is below. If you take multiple core files one minute apart, do you see this or similar Thread stuck in the same place? After running
|
Another possibility for debugging, does the problem also happen on non-Windows platforms? It should be easier to get a proper core file on non-Windows. |
Yes i have replaced the I have taken 3 Dumps with Process Explorer and i see always the same StackTrace as you described. I have attached the dumps to the cloud storage
|
@pshipton do you have found some time to look at the dumps ? |
We're waiting for someone to have time to look at it. I'm told it won't likely be resolved in the 0.38 time frame but be deferred to 0.40. |
This should move to 0.40. It won't be resolved for 0.38. |
Moving this to the backlog for now, rather than moving it from release to release. |
We are no longer on this version and we have not seen anything similar on the latest release. So i think we can close this issue for now |
Issue Number: 16841 |
Java -version output
openjdk version "17.0.6" 2023-01-17
IBM Semeru Runtime Open Edition 17.0.6.0 (build 17.0.6+10)
Eclipse OpenJ9 VM 17.0.6.0 (build openj9-0.36.0, JRE 17 Windows 10 amd64-64-Bit Compressed References 20230117_367 (JIT enabled, AOT enabled)
OpenJ9 - e68fb24
OMR - f491bbf6f
JCL - 927b34f84c8 based on jdk-17.0.6+10)
Summary of problem
We normally starting in Eclipse a Maven Process like "liberty:dev" in Debug Mode.
Since jdk-17.0.6+10_openj9-0.36.0 we are seeing very often that the maven process hangs.
The funny thing is that it always hangs when the maven goal tries to install the Liberty Features. The last Output is always
Installing features: [mpconfig-3.0, concurrent-2.0, webprofile-9.1, mail-2.0]
Diagnostic files
I have created a Dump File. What info do you need from jdmpview since the dump file is large. I can also upload the Dump file to a Cloud Storage if needed.
The text was updated successfully, but these errors were encountered: