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 2015/03/01 14:38:40 UTC

[Bug 57200] SXSSF saving fails sometimes as TempFile creation fails

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

--- Comment #3 from Yaniv Kunda <ya...@kundas.net> ---
Created attachment 32537
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=32537&action=edit
Removes usage of auto-deleted temp sub-directory

This removes the behavior of using a specific directory that gets deleted on VM
exit - resolving the problem described in the issue of running more than one VM
using POI on the same machine.
Using the default temp dir is much simpler and less error-prone.

This patch does NOT solve the memory leak caused by deleteOnExit(), which
should be addressed in a wider scope, as it transfers responsibility to the
classes using TempFile and further on to POI users.

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