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 210799

Summary: [HeapWalker] Cannot call progress on a task that was never started
Product: profiler Reporter: Tomas Hurka <thurka>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: normal Keywords: VISUALVM
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Tomas Hurka 2012-04-06 09:06:07 UTC
Steps:
1) open heap dump
2) select any class and open instance view
3) wait for references computation and invoke 'Show nearest GC root'
4) close heap dump
5) open the same heap dump again
6) select any class and open instance view
7) wait for references computation and invoke 'Show nearest GC root'

The following line is repeated in messages.log:

Cannot call progress on a taks that was never started at org.netbeans.modules.profiler.heapwalk.model.InstanceNode$1.stateChanged(InstanceNode.java:225)
Comment 1 Tomas Hurka 2012-04-06 09:39:50 UTC
Fixed in profiler-main

changeset:   217940:5cf363346773
user:        Tomas Hurka <thurka@netbeans.org>
date:        Fri Apr 06 11:38:24 2012 +0200
summary:     call HeapProgress.progressFinish() in all cases