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 2009/11/03 20:05:12 UTC

DO NOT REPLY [Bug 48085] "OutOfMemoryError: Java heap space" while parsing defect XLS file

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

Josh Micich <jo...@gildedtree.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Josh Micich <jo...@gildedtree.com> 2009-11-03 11:05:10 UTC ---
Fixed in svn r832505

junit added

The sample file has a corrupted header block. It looks like many of the bytes
have been replaced with spaces.  Thus the reported number of allocation table
blocks is 0x20202001. I put a restriction that this field must not exceed
0x0000FFFF (which might correspond to a file size of 4GB). The largest value
found in the existing POI test data is 0x00000059.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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