You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/11 20:35:00 UTC

[jira] [Commented] (PDFBOX-3928) IllegalArgumentException: root cannot be null with truncated file

    [ https://issues.apache.org/jira/browse/PDFBOX-3928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161943#comment-16161943 ] 

ASF subversion and git services commented on PDFBOX-3928:
---------------------------------------------------------

Commit 1808066 from [~lehmi] in branch 'pdfbox/trunk'
[ https://svn.apache.org/r1808066 ]

PDFBOX-3928: optimize brute force search, minor improvements

> IllegalArgumentException: root cannot be null with truncated file
> -----------------------------------------------------------------
>
>                 Key: PDFBOX-3928
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3928
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>    Affects Versions: 2.0.7
>            Reporter: Tilman Hausherr
>            Assignee: Andreas Lehmkühler
>              Labels: regression
>         Attachments: 023505.pdf
>
>
> {code}
> java.lang.IllegalArgumentException: root cannot be null
>     org.apache.pdfbox.pdmodel.PDPageTree.<init>(PDPageTree.java:75)
>     org.apache.pdfbox.pdmodel.PDDocumentCatalog.getPages(PDDocumentCatalog.java:129)
>     org.apache.pdfbox.pdmodel.PDDocument.getPages(PDDocument.java:1388)
>     org.apache.pdfbox.debugger.ui.DocumentEntry.getPageCount(DocumentEntry.java:42)
>     org.apache.pdfbox.debugger.ui.PDFTreeModel.getChildCount(PDFTreeModel.java:195)
>     java.desktop/java.beans.PropertyChangeSupport.fire(Unknown Source)
>     java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
>     java.desktop/java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
>     org.apache.pdfbox.debugger.PDFDebugger.initTree(PDFDebugger.java:1288)
>     org.apache.pdfbox.debugger.PDFDebugger.readPDFFile(PDFDebugger.java:1235)
>     org.apache.pdfbox.debugger.PDFDebugger.readPDFFile(PDFDebugger.java:1218)
>     org.apache.pdfbox.debugger.PDFDebugger.main(PDFDebugger.java:1209)
>     org.apache.pdfbox.tools.PDFBox.main(PDFBox.java:85)
> {code}
> This worked in 2.0.6, but no longer in 2.0.7. It happens since [ https://svn.apache.org/r1795705 ] of PDFBOX-3798.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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