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 170227 - NullPointerException at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.timeAdjust
Summary: NullPointerException at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBui...
Status: RESOLVED INCOMPLETE
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://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 19:22 UTC by mklaehn
Modified: 2009-11-05 13:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 155577


Attachments
stacktrace (1.29 KB, text/plain)
2009-08-11 19:22 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2009-08-11 19:22:34 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-3667-on-090805)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
mklaehn: invoking Reset Collected Results



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.timeAdjust(CPUCallGraphBuilder.java:560)
        at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor$1.execute(CPUDataFrameProcessor.java:393)
        at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.foreachListener(AbstractDataFrameProcessor.java:160)
        at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.fireAdjustTime(CPUDataFrameProcessor.java:391)
        at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.doProcessDataFrame(CPUDataFrameProcessor.java:225)
        at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.processDataFrame(AbstractDataFrameProcessor.java:90)
Comment 1 mklaehn 2009-08-11 19:22:51 UTC
Created attachment 86121 [details]
stacktrace
Comment 2 Tomas Hurka 2009-11-05 13:57:26 UTC
Are you able to provide reproducible test case?