-
Notifications
You must be signed in to change notification settings - Fork 736
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
Segfault in libj9jit29.so when building jzenith using openjdk14 #10004
Comments
This looks very similar to an issue with Lombok that was fixed recently: #6933 / projectlombok/lombok#2437 Are you able to test with a newer version of Lombok? I don't know if this fix has made it into a release yet so it may need to be built from scratch |
Following the instructions here https://projectlombok.org/download-edge, I changed the main I am no longer seeing the segfault but I'm getting this error:
I think this new error is unrelated so I am closing this issue. |
Thanks for the help @DanHeidinga |
Java -version output
I have encountered the segfault with a nightly build from adoptopenjdk and also with the jdk-14.0.1+7 release.
Nightly version info:
Release version info:
Summary of problem
I am running into a segfault in javac when trying to build jzenith (https://github.com/marcust/jzenith) using openjdk14 with openj9. I encountered the segfault when using a nightly from adoptopenjdk and also the jdk-14.0.1+7 release. The segfault does not occur when I build using hotspot.
Steps to reproduce:
Console output:
Diagnostic files
I have attached a javacore and jitdump. I also have a core dump but it is too large to upload to github.
javacore-and-jitdump.tar.gz
Here is a backtrace from the javacore:
The text was updated successfully, but these errors were encountered: