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.1, 1.2.0
Reporter: Niraj Bhawnani
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.