https://bz.apache.org/ooo/show_bug.cgi?id=125871

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #12 from [email protected] ---
I believe that the issue may lie in the use of arrays. I've had many issues
before when using arrays to store large amounts of data and I think that is to
do with the data structure of arrays. I would try using pointer arrays as they
should not have as much of an issue when it comes to storing vast amounts of
data because it is pointing to where the data is rather than holding it itself.

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

Reply via email to