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 249750 - org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot$NoDataAvailableException at org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot.<init>
Summary: org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot$NoDataAvailableExcep...
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-12 12:03 UTC by Alexander Simon
Modified: 2015-04-21 13:17 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 50379


Attachments
stacktrace (765 bytes, text/plain)
2015-01-12 12:03 UTC, Alexander Simon
Details
stacktrace (765 bytes, text/plain)
2015-02-21 05:30 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-01-12 12:03:48 UTC
Build: NetBeans IDE 8.0.2 (Build 20141120-139b1b10156a)
VM: Java HotSpot(TM) Client VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: SunOS

User Comments:
alexvsimon: open snapshot

silaspc: when profile aplication
1- Reset results
2- take snapshot.

kosmos890: I test my application with profile

bartvdc: profiling, all classes,including core




Stacktrace: 
org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot$NoDataAvailableException
   at org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot.<init>(CPUResultsSnapshot.java:192)
   at org.netbeans.lib.profiler.ProfilerClient.getCPUProfilingResultsSnapshot(ProfilerClient.java:516)
   at org.netbeans.modules.profiler.ResultsManager.prepareSnapshot(ResultsManager.java:827)
   at org.netbeans.modules.profiler.ResultsManager.prepareSnapshot(ResultsManager.java:801)
   at org.netbeans.modules.profiler.ResultsManager.takeSnapshot(ResultsManager.java:975)
   at org.netbeans.modules.profiler.NetBeansProfiler$IDEAppStatusHandler.handleShutdown(NetBeansProfiler.java:354)
Comment 1 Alexander Simon 2015-01-12 12:03:50 UTC
Created attachment 151455 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-02-21 05:30:44 UTC
Created attachment 152130 [details]
stacktrace

TRYNG TO RUN A PROGRAM
Comment 3 Tomas Hurka 2015-04-21 13:17:45 UTC
Please provide steps how to reproduce this problem. Thanks.