https://bz.apache.org/bugzilla/show_bug.cgi?id=59307

Dominik Stadler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #6 from Dominik Stadler <[email protected]> ---
Also on Unix you can look at the output of "ls /proc/<pid>/fd" with the pid of
the server-process to see which files are actually currently open. This might
give an indication of which part of your application is actually leaking file
handles (if this is the actual problem here).

Anyway I don't see an actual problem in POI here for now. We have extensive
tests which verify that file-handles are closed properly as long as the
respective close() method is called. 

If there is still a problem then please update to a current version and retry.
If it still dose not work then, then please reopen this bug with the list of
open files at the time when the application fails.

-- 
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