-
Notifications
You must be signed in to change notification settings - Fork 4
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
Unhandled exception Type=Segmentation error #101
Comments
We also had a question on this line:
If i assign 1cpu limit/request in k8s, this still shows 10 (available on the host machine). |
We can't confirm your crash is the same unless you obtain and provide a core file that has been processed with jpackcore (https://eclipse.dev/openj9/docs/tool_jextract/#dump-extractor-jpackcore). If you want try an early access build of 17.0.14 I've provided the Milestone 2 build. Hopefully we will publish all of these M2 builds shortly and announce them in the OpenJ9 Slack, but in case this is delayed. About the logical CPUs, I haven't checked the code, but I expect it's reporting details of the machine rather than details of the container. |
The M2 builds are officially published (same build I already provided). |
Thanks! We're currently checking how to extract the dumps from our kubernetes environment. |
@pshipton thanks for the patience here. Finally we where able to get the dump from our worker nodes. We've volume mounted this dump on a liberty server container to have the same runtime and processed the decompressed file with This generates a dump.zip on my host machine which can be analysed locally after installing 17.0.13-sem locally( As this file appears to contain loads of data (some of it sensitive), any advice on how to best continue here? |
You are using Liberty, are you entitled to IBM support? You could open a service case and the core file will be handled by service, and isolated. |
If you can't go the service route, you could get a native stack trace with debug. You can open the core file under gdb to get the stack trace, running You'll need to add the debug libraries, which I assume are the following. The files in You can process the diagnostic Snap file with |
Hi,
We're using open liberty 24.0.0.11-full-java17-openj9-ubi to run our Jee/ear application.
However, I think also 24.0.0.12-full-java17-openj9-ubi would not work.
We're seeing crashes with error log:
We think it might be related to this bug.
According to the details there, it should be resolved by semeru 17.0.14.0
As the stacktrace does not 100% match, we want to be sure that we're not eagerly waiting for a release expecting it to fix our issue, only to have to raise an issue at that time.
Regarding the containers that ship with semeru, it seems that there is no version available other than the one used in openliberty in the dockerfile
that contains semeru 17.0.14.
The text was updated successfully, but these errors were encountered: