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 120232 - java.lang.IllegalStateException from cpu live results
Summary: java.lang.IllegalStateException from cpu live results
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-10-26 20:21 UTC by Jiri Sedlacek
Modified: 2008-11-25 16:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (4.23 KB, text/plain)
2007-10-26 20:21 UTC, Jiri Sedlacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2007-10-26 20:21:07 UTC
Product Version: NetBeans IDE Dev (Build 200710241200)
Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02
System: Linux version 2.6.21-1.3194.fc7 running on i386; UTF-8; en_US (nb)
Userdir: /tmp/deleteuserdir


Steps:

1/ Start CPU profiling of Anagram Game, wait for the app to start up
2/ Open Live results, open VM Telemetry or Threads window (the big one in editor area)
3/ Stop profiling from Profiler Control Panel, Reset results from Profiler Control Panel
4/ Switch to Live results window, exception is thrown

For memory live results the exception isn't thrown when following the above steps but Live results window isn't reset
properly to "No profiling results available yet" message, empty table is shown. In general it seems that
LiveResultsWindow isn't reset properly on Reset results when isShowing() returns false.

This issue may be related to Issue 120223.
Comment 1 Jiri Sedlacek 2007-10-26 20:21:36 UTC
Created attachment 51813 [details]
Exception
Comment 2 Jiri Sedlacek 2007-10-26 20:22:37 UTC
Regression, Build 200710181200 works fine, Build 200710190000 contains this bug.
Comment 3 J Bachorik 2007-10-29 10:00:59 UTC
fixed

Checking in LiveResultsWindow.java;
/cvs/profiler/modules/main/src/org/netbeans/modules/profiler/LiveResultsWindow.java,v  <--  LiveResultsWindow.java
new revision: 1.7; previous revision: 1.6
done
Comment 4 Rashid Urusov 2008-11-25 16:37:56 UTC
VERIFIED in Build 200811240201