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 145162 - NoDataAvailableException from CPUResultsSnapshot.<init>
Summary: NoDataAvailableException from CPUResultsSnapshot.<init>
Status: RESOLVED DUPLICATE of bug 144524
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2008-08-26 15:12 UTC by Jesse Glick
Modified: 2008-08-26 16:11 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 Jesse Glick 2008-08-26 15:12:06 UTC
Thrown during commit validation. Not the first time I have seen this exception.

org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot$NoDataAvailableException
	at org.netbeans.lib.profiler.results.cpu.CPUResultsSnapshot.<init>(CPUResultsSnapshot.java:145)
	at org.netbeans.lib.profiler.ProfilerClient.getCPUProfilingResultsSnapshot(ProfilerClient.java:477)
[catch] at org.netbeans.modules.profiler.ResultsManager.prepareSnapshot(ResultsManager.java:656)
	at org.netbeans.modules.profiler.ResultsManager.prepareSnapshot(ResultsManager.java:632)
	at org.netbeans.modules.profiler.ResultsManager.takeSnapshot(ResultsManager.java:818)
	at org.netbeans.modules.profiler.actions.TakeSnapshotAction$1.run(TakeSnapshotAction.java:92)
Comment 1 Ivan Sidorkin 2008-08-26 16:11:55 UTC

*** This issue has been marked as a duplicate of 144524 ***