Skip to content
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: "# V [libjvm.so+0x5ce614] ciKlass::is_subtype_of(ciKlass*)+0xb4" seems to be an issue with SoftReference<BufferedImage>.get #50

Open
jezerinac opened this issue Feb 29, 2024 · 1 comment

Comments

@jezerinac
Copy link

The following crash happens at least once a day in an active production environment and always in the same place.
SoftReference.get call I assume. The library used is a very popular PDF lib; here is the source: https://github.com/apache/pdfbox/blob/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImageXObject.java

Here's is the hs_error file:
hs_err_pid8_corretto21.log

@lutkerd
Copy link
Contributor

lutkerd commented Feb 29, 2024

Hi,
The crash in your hs_err looks very similar to https://bugs.openjdk.org/browse/JDK-8321974 which will be fixed in 21.0.3, and be released on April 16th. If you are able to reproduce it locally, you can try a nightly build from https://downloads.corretto.aws/#/downloads?build=nightly&version=21 to verify.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants