Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
2.0.11, 2.0.14
-
Oracle Java 8 update125, on both Mac OS X and centos.
Also Oracle jdk 1.8.0_202 on W10.
-
Important
Description
When running the following java program on the attached PDF:
File file = new File("/Users/yujiang/Downloads", "crash.uploaded.pdf"); PDDocument document = PDDocument.load(file); PDFRenderer renderer = new PDFRenderer(document); BufferedImage bufferedImage = renderer.renderImage(0, 0.20F);
JVM will crash without any log