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 232508 - NullPointerException at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.plainMethodEntry
Summary: NullPointerException at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBui...
Status: RESOLVED DUPLICATE of bug 224635
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-10 12:21 UTC by Milutin Kristofic
Modified: 2013-07-11 09:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202036


Attachments
stacktrace (1.45 KB, text/plain)
2013-07-10 12:21 UTC, Milutin Kristofic
Details
stacktrace (1.45 KB, text/plain)
2013-07-10 12:54 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milutin Kristofic 2013-07-10 12:21:39 UTC
This bug was originally marked as duplicate of bug 224635, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201307022300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
mkristofic: start profiling editor.lib2 with only views package and java




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.plainMethodEntry(CPUCallGraphBuilder.java:1146)
   at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.plainMethodEntry(CPUCallGraphBuilder.java:1206)
   at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.methodEntry(CPUCallGraphBuilder.java:210)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor$1.execute(CPUDataFrameProcessor.java:431)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.foreachListener(AbstractDataFrameProcessor.java:175)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.fireMethodEntry(CPUDataFrameProcessor.java:429)
Comment 1 Milutin Kristofic 2013-07-10 12:21:41 UTC
Created attachment 136944 [details]
stacktrace
Comment 2 Jiri Skrivanek 2013-07-10 12:54:24 UTC
Created attachment 136951 [details]
stacktrace

I returned to "VM Telemetry Overview" panel.
Comment 3 Tomas Hurka 2013-07-11 09:57:26 UTC

*** This bug has been marked as a duplicate of bug 224635 ***