You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2019/03/27 18:26:00 UTC

[jira] [Resolved] (PDFBOX-4492) JVM crashes on PDFRenderer.renderImage

     [ https://issues.apache.org/jira/browse/PDFBOX-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tilman Hausherr resolved PDFBOX-4492.
-------------------------------------
    Resolution: Fixed
      Assignee: Tilman Hausherr

> JVM crashes on PDFRenderer.renderImage
> --------------------------------------
>
>                 Key: PDFBOX-4492
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4492
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Rendering
>    Affects Versions: 2.0.11, 2.0.14
>         Environment: Oracle Java 8 update125, on both Mac OS X and centos.
> Also Oracle jdk 1.8.0_202 on W10.
>            Reporter: Jack
>            Assignee: Tilman Hausherr
>            Priority: Critical
>              Labels: crash
>             Fix For: 2.0.15, 3.0.0 PDFBox
>
>
> When running the following java program on the attached PDF:
> {code}
>  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);{code}
> JVM will crash without any log
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org