This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 82507 - [heapwalker] Large temporary files kept in user tempdir
Summary: [heapwalker] Large temporary files kept in user tempdir
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-11 16:29 UTC by Jiri Sedlacek
Modified: 2006-10-23 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2006-08-11 16:29:39 UTC
The special HashMap used in HeapWalker creates a memory mapped file in 
temporary directory, it can be over 100MB. On Windows these files aren't 
removed after HeapWalker or NetBeans are closed, leaving them in the 
filesystem. This can cause serious problems when filling up all disk space as 
typically TEMP directory is located on system volume on Windows.
Comment 1 Tomas Hurka 2006-08-11 16:42:57 UTC
This is Windows only issue caused by JDK bug #6359560
Comment 2 Tomas Hurka 2006-08-11 16:46:39 UTC
Workaround was used to fix this problem. Files are deleted on subsequent NetBeans startup.
Comment 3 ehucka 2006-09-14 09:26:44 UTC
verified with profiler dev 060914