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

--- Comment #8 from Kasper Sørensen <[email protected]> ---
The crazy thing is that if I add:

  System.gc();
  System.runFinalization();
  Thread.sleep(2000);

Just after the Workbook.write(...) call, then it never happens! This tells me
that _something_ must rely on garbage collection/finalization.

I see that RandomAccessFile is used internally in POI, and I have little
experience with that. Don't know if something could still be holding on to it?

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