History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-257
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Arjohn Kampman
Reporter: Arjohn Kampman
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Sesame

LocalRepository.createTmpFile() leaks memory through File.deleteOnExit()

Created: 29/Mar/06 04:14 PM   Updated: 29/May/06 04:18 PM
Component/s: Admin (add/remove statements)
Affects Version/s: 2.0-alpha-3, 2.0-alpha-2, 2.0-alpha-1, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2, 1.2-RC2, 1.2-RC1, 1.1.3, 1.1.2, 1.1.1, 1.1, 1.1-RC2, 1.1-RC1, 1.0.4, 1.0.3, 1.0.2, 1.0.1, 1.0
Fix Version/s: 1.2.5


 Description   
LocalService.createTmpFile(...) creates a temporary file and calls deleteOnExit() on it. This potentially leaks a lot of memory when called frequently over a longer time span (e.g. in a server context) because this state is recorded until the JVM shuts down.

 All   Comments   Change History      Sort Order: