Seva Alekseyev created TIKA-2165:
------------------------------------
Summary: NegativeArraySizeException on a valid Word file
Key: TIKA-2165
URL: https://issues.apache.org/jira/browse/TIKA-2165
Project: Tika
Issue Type: Bug
Components: parser
Affects Versions: 1.13
Environment: Windows 7 x64, JVM 1.8.0_101
Reporter: Seva Alekseyev
On the attached file, which opens with Word, the Tika parser throws an error:
java.lang.NegativeArraySizeException
at org.apache.poi.hwpf.model.Ffn.<init>(Ffn.java:79)
at org.apache.poi.hwpf.model.FontTable.<init>(FontTable.java:66)
at org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:344)
at
org.apache.tika.parser.microsoft.WordExtractor.parse(WordExtractor.java:144)
at
org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:146)
at
org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:117)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)