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 208786 - Memory Leak in Debugger
Summary: Memory Leak in Debugger
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2012-02-23 11:04 UTC by Jan Becicka
Modified: 2012-02-28 10:51 UTC (History)
1 user (show)

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 Jan Becicka 2012-02-23 11:04:09 UTC
267 000 instances of JavaComponentInfo$Stack$Frames held even if debugging session is finished. Heap dump is being uploaded at http://dl.dropbox.com/u/23002516/mem.bin
Comment 1 Martin Entlicher 2012-02-27 10:58:06 UTC
It should be fixed by changeset:   213784:5c52918af7d0
http://hg.netbeans.org/main/rev/5c52918af7d0
Comment 2 Quality Engineering 2012-02-28 10:51:59 UTC
Integrated into 'main-golden', will be available in build *201202280400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/5c52918af7d0
User: mentlicher@netbeans.org
Log: #208786 Solving a memory leak.