-
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
Segmentation error with ibm-semeru-open-jdk_x64_windows_21.0.3+9_openj9-0.44.0 #19768
Comments
You can find the dump under following cloud storage https://tbox.tirol.gv.at/index.php/s/GPrM3xrF98pTDWX with "jEzmabtqTR" as password |
@tajila @JasonFengJ9 fyi |
Perhaps related to #19163 ? |
Here is a preliminary Windows jdk21 build of 0.46 you can try, in case it's fixed. |
and xLinux as well |
There is some confusion with the title and description, but the core is from openj9-0.44.0
Also I zipped the 3GB file and transferred it to Box. |
Sorry for the confusion. I have changed the title and description. |
@c-koell Is this an intermittent failure? Do you happen to have a standalone test case? |
Yes it is an intermittent failure. |
FYI .. as a fast fix we have tried to set the flag Since that we havn't seen any crashes. |
@JasonFengJ9 dou you think our problem is the same as #19163 |
@c-koell did you try the preliminary 0.46 build? |
Hi @JasonFengJ9. When the official release is out we have planned to test it with that application. |
@c-koell Thanks for the update. In the meantime, is there any standalone test case we can try? |
@JasonFengJ9 unfortunately not. We have no idea why this happens only in our key application :-) We have a lot of other applications running on the latest release without any problems. |
@c-koell could you re-try with OpenJ9 latest 0.46 release https://github.com/ibmruntimes/semeru21-binaries/releases? |
Yes of course! But it will take some time because I'm on vacation |
@JasonFengJ9 @pshipton I'm back in office. I have uploaded the File to our cloud storage https://tbox.tirol.gv.at/index.php/s/tCHtngz4o6CpCNg with "Rk5ic7RBn9" as password |
vmState [0x501ff]: {J9VMSTATE_JIT} {inlining} This is a segmentation error at @c-koell are all the crashes the same as this one? FYI @hzongaro |
Yes, i think all the crashes are the same ... Should i open a other issue for that problem ? |
You are right, this dmp file shows same segmentation error.
Yes, please |
Looking at the dump for this most recent problem in windbg, I see this stack trace:
This looks similar to the stack trace reported for issue #19765. The fix for #19765 didn't make it into the 0.46 release. @c-koell, would it be possible for you to try rerunning with the JVM option |
The fix #20062 is already added to the v0.46.1-release branch. |
@hzongaro @pshipton with the JVM option -XX:+EnableExtendedHCR we see no more crashes. So we can focus now again to the initial segmenation crashes. We think we will wait now to next stable release to test against that segmentation failure. Is there a plan to release a semeru runtime with a 0.46.1 release ? I can say that with we cannot use the latest version without the jvm option -XX:+EnableExtendedHCR |
Yes there is, but we don't yet have a timeline. |
@c-koell OpenJ9 0.46.1 release is available now - https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.4%2B7_openj9-0.46.1, please give it a try. |
@JasonFengJ9 Thanks for the info. Unfortunately i do not see any windows images ? |
@c-koell The Windows (and Mac) images are on their way, sorry for the confusion. I will let you know when they arrive. |
@c-koell The JDK21 0.46.1 Windows images are available now at https://github.com/ibmruntimes/semeru21-binaries/releases/tag/jdk-21.0.4%2B7_openj9-0.46.1 |
@JasonFengJ9 We have now tried the 0.46.1 release. We see no more segmentation errors 👍 |
Issue Number: 19768 |
Thanks @c-koell for the verification. |
Java -version output
openjdk version "21.0.3" 2024-04-16 LTS
IBM Semeru Runtime Open Edition 21.0.3.0 (build 21.0.3+9-LTS)
Eclipse OpenJ9 VM 21.0.3.0 (build openj9-0.44.0, JRE 21 Windows Server 2022 amd64-64-Bit Compressed References 20240416_179 (JIT enabled, AOT enabled)
OpenJ9 - b069931
OMR - 254af5a04
JCL - ac8f341bc20 based on jdk-21.0.3+9)
Summary of problem
We have a openliberty application running on ibm-semeru-open-jdk_x64_windows_21.0.3_09_openj9-0.44.0.
Today we had jvm crashes with following error in console.log
Now we are searching for the reason ...
We switched back to to ibm-semeru-open-jdk_x64_windows_21.0.2_13_openj9-0.43.0. I'm not sure the failure comes from the latest jdk but we will see. At the moment the application runs without any crashes :-)
We had the crashes on windows and also on Linux. I will attach the dump file from a windows server.
Diagnostic files
I will attach a j9.dmp file ...
The text was updated successfully, but these errors were encountered: