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 - [HeapWalker] Cannot call progress on a task that was never started
Summary: [HeapWalker] Cannot call progress on a task that was never started
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords: VISUALVM
Depends on:
Blocks:
 
Reported: 2012-04-06 09:06 UTC by Tomas Hurka
Modified: 2012-04-06 09:39 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 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