You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Niraj Bhawnani (JIRA)" <ji...@apache.org> on 2010/07/14 03:32:49 UTC

[jira] Updated: (PDFBOX-774) convertToImage causes JVM crash on certain PDFs

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

Niraj Bhawnani updated PDFBOX-774:
----------------------------------

    Attachment: IC_bp_strategy_presentation_march_2010_slides.pdf

Attached an example PDF where this happens that I grabbed off a Google search for "pdf presentation slides"

> convertToImage causes JVM crash on certain PDFs
> -----------------------------------------------
>
>                 Key: PDFBOX-774
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-774
>             Project: PDFBox
>          Issue Type: Bug
>    Affects Versions: 1.2.0, 1.2.1
>            Reporter: Niraj Bhawnani
>         Attachments: IC_bp_strategy_presentation_march_2010_slides.pdf
>
>
> I'm evaluating PDFBox and as part of the process I tried out several PDFs on it. One of the issues I found was on converting certain PDFs to images, it crashed the JVM with this message (Ubuntu Lucid Lynx 64-bit):
> {noformat}
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=0x00007fe5b6be1a37, pid=2133, tid=140628023412496
> #
> # JRE version: 6.0_20-b02
> # Java VM: Java HotSpot(TM) 64-Bit Server VM (16.3-b01 mixed mode linux-amd64 )
> # Problematic frame:
> # C  [libfontmanager.so+0x27a37]
> #
> # An error report file with more information is saved as:
> # /home/xxxxxx/hs_err_pid2133.log
> #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
> {noformat}
> Of course, this seems like an issue with Java but it would be nice if PDFBox somehow worked around it. I tested this on 2 separate 64-bit Linux boxes as well as a 32-bit Windows box. Pretty much the same error on both platforms.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.