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 215316 - NullPointerException at org.netbeans.lib.profiler.results.memory.PresoObjAllocCCTNode.setFullClassAndMethodInfo
Summary: NullPointerException at org.netbeans.lib.profiler.results.memory.PresoObjAllo...
Status: RESOLVED DUPLICATE of bug 215852
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-09 21:14 UTC by matteodg
Modified: 2012-11-12 16:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 190564


Attachments
stacktrace (4.25 KB, text/plain)
2012-07-09 21:14 UTC, matteodg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matteodg 2012-07-09 21:14:39 UTC
This bug was originally marked as duplicate of bug 180564, 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.1 (Build 201112071828)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Linux

User Comments:
matteodg: - did a cpu profiling on a RCP app
- closed RCP app
- did memory profiling and taken memory snapshot
- trying to show allocation stack of a class--> got the exception




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.results.memory.PresoObjAllocCCTNode.setFullClassAndMethodInfo(PresoObjAllocCCTNode.java:279)
   at org.netbeans.lib.profiler.results.memory.PresoObjAllocCCTNode.setFullClassAndMethodInfo(PresoObjAllocCCTNode.java:284)
   at org.netbeans.lib.profiler.results.memory.PresoObjAllocCCTNode.assignNamesToNodesFromSnapshot(PresoObjAllocCCTNode.java:217)
   at org.netbeans.lib.profiler.results.memory.PresoObjLivenessCCTNode.createPresentationCCTFromSnapshot(PresoObjLivenessCCTNode.java:98)
   at org.netbeans.lib.profiler.results.memory.LivenessMemoryResultsSnapshot.createPresentationCCT(LivenessMemoryResultsSnapshot.java:341)
   at org.netbeans.lib.profiler.results.memory.MemoryResultsSnapshot.createPresentationCCT(MemoryResultsSnapshot.java:203)
Comment 1 matteodg 2012-07-09 21:14:43 UTC
Created attachment 121861 [details]
stacktrace
Comment 2 Jiri Sedlacek 2012-11-12 16:39:12 UTC

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