-
Notifications
You must be signed in to change notification settings - Fork 737
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 during Java_java_lang_invoke_MethodHandleNatives_resolve call #21041
Comments
Is the segmentation error still repeatable using 0.49 M2 builds? |
@TobiAjila @babsingh fyi |
I will try the newer java soon. In the meantime we have downgraded to Semeru 17.0.12.1 and so far the error does not occur. Taking the frequency of occurrence of the issue with version 17.0.13 into account, it seems that the 17.0.12.1 is not affected by the issue. |
Hi @pshipton
|
Ok thanks. Does the exception still occur if you run with |
Hi @pshipton, yes - the error still occurs with the |
@theresa-m any ideas if one of your changes might cause this regression? https://github.com/eclipse-openj9/openj9/releases/tag/openj9-0.47.0 I could try to do some intermediate builds to narrow down the list of changes. |
I resolved another issue recently that was also related to one of the names passed into It doesn't look like this change made it into 0.49. @pshipton do we have public nightly builds that can be used to check if this change resolves the failure? |
@Wojciech-H pls check if the problem is resolved in the latest nightly jdk17 build. |
Java -version output
openjdk version "17.0.13" 2024-10-15
IBM Semeru Runtime Open Edition 17.0.13.11 (build 17.0.13+11)
Eclipse OpenJ9 VM 17.0.13.11 (build openj9-0.48.0, JRE 17 Linux amd64-64-Bit Compressed References 20241015_886 (JIT enabled, AOT enabled)
OpenJ9 - 1d58314
OMR - d10a4d553
JCL - d17dd58f8d7 based on jdk-17.0.13+11)
Summary of problem
Segmentation error regularly occurs during execution of automated tests.
The error is triggered by Puma (Ruby on Rails development server) which runs on JRuby using IBM Semeru Runtime Open Edition 17.0.13.
Full log:
Diagnostic files
To be collected.
The text was updated successfully, but these errors were encountered: