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 241401 - 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: 2014-02-04 17:25 UTC by matteodg
Modified: 2014-02-05 09:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207284


Attachments
stacktrace (1.37 KB, text/plain)
2014-02-04 17:25 UTC, matteodg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matteodg 2014-02-04 17:25:32 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 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
matteodg: Doing profiling




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.plainMethodEntry(CPUCallGraphBuilder.java:1181)
   at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.plainMethodEntry(CPUCallGraphBuilder.java:1241)
   at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.methodEntry(CPUCallGraphBuilder.java:211)
   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 matteodg 2014-02-04 17:25:33 UTC
Created attachment 144795 [details]
stacktrace
Comment 2 Tomas Hurka 2014-02-05 09:21:48 UTC
The NPE is a consequence of some problems which happened earlier in your profiling session.  Can you please provide exact steps how to reproduce it. Thanks

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