https://issues.apache.org/bugzilla/show_bug.cgi?id=45171
Sean Griffin <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
--- Comment #2 from Sean Griffin <[EMAIL PROTECTED]> 2008-06-10 08:37:30 PST
---
I'm running Sun JRE 1.5.0_12. I can try a 1.6 JRE to see if it makes a
difference.
I tried clearing the image cache, even though I have
fopFactory.setUseCache(false), JIC, but it didn't make a difference.
The actual code I'm using to delete is something like this:
if (!file.delete())
file.deleteOnExit();
and unfortunately the deleteOnExit fails as well, I guess because of a race
condition between when the lock is released and the delete call executes.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.