From dev-return-62528-archive-asf-public=cust-asf.ponee.io@pdfbox.apache.org Wed Apr 24 13:08:04 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id E6F38180668 for ; Wed, 24 Apr 2019 15:08:03 +0200 (CEST) Received: (qmail 29697 invoked by uid 500); 24 Apr 2019 13:08:02 -0000 Mailing-List: contact dev-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list dev@pdfbox.apache.org Received: (qmail 29556 invoked by uid 99); 24 Apr 2019 13:08:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2019 13:08:02 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C7FD4E2AE8 for ; Wed, 24 Apr 2019 13:08:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 920CD25828 for ; Wed, 24 Apr 2019 13:08:00 +0000 (UTC) Date: Wed, 24 Apr 2019 13:08:00 +0000 (UTC) From: "lienhardt (JIRA)" To: dev@pdfbox.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (PDFBOX-4525) PDF completely blow up the RAM on RedHat MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 lienhardt created PDFBOX-4525: --------------------------------- Summary: PDF completely blow up the RAM on RedHat Key: PDFBOX-4525 URL: https://issues.apache.org/jira/browse/PDFBOX-4525 Project: PDFBox Issue Type: Bug Affects Versions: 2.0.9 Reporter: lienhardt We received a PDF that has completly killed the Tomcat on a production appl= ication. The symptoms are the same as PDFBOX-4392, but the PDF file is different. Messages: 6000 times {code:java} avr. 24, 2019 3:02:33 PM org.apache.pdfbox.pdmodel.graphics.color.PDICCBase= d ensureDisplayProfile AVERTISSEMENT: ICC profile is Perceptual, ignoring, treating as Display cla= ss {code} We test it on RedHat5 VM in develop and reproduce it with a sample test pro= gram that read the PDF, and create a small image. The program is looping an= d after the 4th reading it took 20Gb of memory and was killed by the OS to = prevent the crash of the computer. I've tried with version 2.0.15 and the problem still be=C2=A0the same. We can test it with java -jar testPdfBox.jar crash_redhat.pdf -- 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