-
Notifications
You must be signed in to change notification settings - Fork 78
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
JVM crash on Ubuntu 21 #120
Comments
This is a crash log with It looks a little different. We tried it, hoping to find a workaround and the cause of the crash. It is also possible to set a breakpoint at the last non-native method before the crash. So it is not a timing or threading issue. |
Possible Workarounds
If we can present any helpful information then tell us how we can do this. |
I missed this over the holiday. Thank you for the report! Does this reproduce consistently? I am not an expect on debugging native code but if I can reproduce there's a good chance I can find the problem. |
Yes, it was reproducible consistently. We have try it on two Ubuntu 21 systems and it crash ever on every run. Because this not occur with a simple test case you can download our SDK at https://download.inetsoftware.de/clear-reports-sdk-latest.zip The jnr files are in the plugin Or for simpler debugging in an IDE you can set the Java command line switch |
I can now reproduce the issue with an Are there any updates on this issue? |
Here is another update: the crash always occurs with eclipse-temurin Java VMs, I checked v11 to v17. The Adoptium 11 Java VM does not crash, so there may be an issue with either them or this library. |
Here is another update. I created an issue with the Temurin support at: adoptium/adoptium-support#477 - you can use the sample code there as well. |
I will try to reproduce today and see if I can find a problem. |
The new crash is related to a incompatibility of Details can you find at: dbmdz/imageio-jnr#192 The old crash with Ubuntu 21 have we solve with switching to Java 17. You can close this issue if there is no improvement possible in such a case. |
Hello,
while testing our application on a new Ubuntu 21 system, a JVM crash always occurred during startup.
Upon closer analysis we saw that this crash is in the native code.
We are trying to read in an image with OpenJpeg at this point. The code looks something like this:
The crash happened while reading the image with
I upload the error log file and hope you can tell me, whats the problem is and how to solve it. With an older Ubuntu this works.
hs_err_pid7642.log
Best regards,
S. Heidrich
The text was updated successfully, but these errors were encountered: