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 242204 - 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: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 18:40 UTC by TimKack
Modified: 2014-02-24 11:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207869


Attachments
stacktrace (1.26 KB, text/plain)
2014-02-21 18:41 UTC, TimKack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description TimKack 2014-02-21 18:40:58 UTC
Build: NetBeans IDE Dev (Build 201402210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Mac OS X

User Comments:
TimKack: After resetting profiled data it is spinning on this.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.timeAdjust(CPUCallGraphBuilder.java:598)
   at org.netbeans.lib.profiler.results.locks.AbstractLockDataFrameProcessor$5.execute(AbstractLockDataFrameProcessor.java:90)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.foreachListener(AbstractDataFrameProcessor.java:175)
   at org.netbeans.lib.profiler.results.locks.AbstractLockDataFrameProcessor.fireAdjustTime(AbstractLockDataFrameProcessor.java:88)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.doProcessDataFrame(CPUDataFrameProcessor.java:235)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.processDataFrame(AbstractDataFrameProcessor.java:96)
Comment 1 TimKack 2014-02-21 18:41:00 UTC
Created attachment 145478 [details]
stacktrace
Comment 2 Tomas Hurka 2014-02-24 11:28:33 UTC
Can you, please, provide exact steps how to reproduce it? Thanks.