We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: