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

--- Comment #11 from Nick Burch <[email protected]> 2011-07-19 11:29:07 
UTC ---
(In reply to comment #10)
> The values you've requested are:
> total = 65536
> b.capacity = 66048
> b.position = 66048

That should be breaking out on

         if (total == b.capacity() || b.position() == b.capacity()) {

That was fixed as part of issue #51100 on 2011-04-21, so I think the issue is
people using an older version of POI without this fix

Gabriele or Torben - can you confirm when the version of POI you're using dates
from? (I fear it may be earlier in April than this)

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to