You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2012/06/21 11:52:05 UTC

[Bug 44501] ArrayIndexOutOfBoundsException when extracting text from Visio Files on Linux.

https://issues.apache.org/bugzilla/show_bug.cgi?id=44501

--- Comment #19 from Christian Czech <c....@elo.com> ---
the same bug with Apache POI 3.8-20120326

Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 57
    at org.apache.poi.util.LittleEndian.getLong(LittleEndian.java:191)
    at org.apache.poi.util.LittleEndian.getDouble(LittleEndian.java:104)
    at org.apache.poi.hdgf.chunks.Chunk.processCommands(Chunk.java:175)
    at
org.apache.poi.hdgf.chunks.ChunkFactory.createChunk(ChunkFactory.java:180)
    at org.apache.poi.hdgf.streams.ChunkStream.findChunks(ChunkStream.java:59)
    at
org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:93)
    at org.apache.poi.hdgf.HDGFDiagram.<init>(HDGFDiagram.java:106)
    at org.apache.poi.hdgf.HDGFDiagram.<init>(HDGFDiagram.java:70)
    at VsdTextExtractor.<init>(VsdTextExtractor.java:56)
    at VsdTextExtractor.<init>(VsdTextExtractor.java:53)
    at VsdTextExtractor.<init>(VsdTextExtractor.java:66)
    at TestVsdTextExtractor.test(TestVsdTextExtractor.java:13)
    at TestVsdTextExtractor.main(TestVsdTextExtractor.java:6)

-- 
You are receiving this mail because:
You are the assignee for the bug.

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