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

Summary: org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot$NoDataAvailableException at org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot.<init>
Product: profiler Reporter: Alexander Simon <alexvsimon>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: bartvdc, jskrivanek, kosmos890, silaspc
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 50379
Attachments: stacktrace
stacktrace

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.