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

Summary: Memory Leak in Debugger
Product: debugger Reporter: Jan Becicka <jbecicka>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: tzezula
Priority: P1 Keywords: PERFORMANCE
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.