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 270790 - NullPointerException at org.netbeans.lib.profiler.results.cpu.CPUSamplingDataFrameProcessor.processCollectedDumps
Summary: NullPointerException at org.netbeans.lib.profiler.results.cpu.CPUSamplingData...
Status: NEW
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-02 08:05 UTC by js-java
Modified: 2017-06-02 08:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229348


Attachments
stacktrace (887 bytes, text/plain)
2017-06-02 08:05 UTC, js-java
Details

Note You need to log in before you can comment on or make changes to this bug.
Description js-java 2017-06-02 08:05:19 UTC
This bug was originally marked as duplicate of bug 245187, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Windows 10

User Comments:
GUEST: 1

vdkuil: exception happened when profiling a webapplication

js-java: Profiling Glassfish




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.results.cpu.CPUSamplingDataFrameProcessor.processCollectedDumps(CPUSamplingDataFrameProcessor.java:292)
   at org.netbeans.lib.profiler.results.cpu.CPUSamplingDataFrameProcessor.doProcessDataFrame(CPUSamplingDataFrameProcessor.java:229)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.processDataFrame(AbstractDataFrameProcessor.java:98)
   at org.netbeans.lib.profiler.results.ProfilingResultsDispatcher$3.run(ProfilingResultsDispatcher.java:203)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   at java.util.concurrent.FutureTask.run(FutureTask.java:266)
Comment 1 js-java 2017-06-02 08:05:21 UTC
Created attachment 164453 [details]
stacktrace