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 187537 - 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 180564
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
: 187540 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-06-14 12:30 UTC by scanti
Modified: 2010-06-14 13:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 169188


Attachments
stacktrace (3.48 KB, text/plain)
2010-06-14 12:30 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2010-06-14 12:30:22 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
GUEST: Trying to find a memory leak using memory profiling with stack traces




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.results.memory.PresoObjAllocCCTNode.setFullClassAndMethodInfo(PresoObjAllocCCTNode.java:262)
   at org.netbeans.lib.profiler.results.memory.PresoObjAllocCCTNode.setFullClassAndMethodInfo(PresoObjAllocCCTNode.java:281)
   at org.netbeans.lib.profiler.results.memory.PresoObjAllocCCTNode.assignNamesToNodesFromSnapshot(PresoObjAllocCCTNode.java:214)
   at org.netbeans.lib.profiler.results.memory.PresoObjAllocCCTNode.createPresentationCCTFromSnapshot(PresoObjAllocCCTNode.java:118)
   at org.netbeans.lib.profiler.results.memory.AllocMemoryResultsSnapshot.createPresentationCCT(AllocMemoryResultsSnapshot.java:130)
   at org.netbeans.lib.profiler.results.memory.MemoryResultsSnapshot.createPresentationCCT(MemoryResultsSnapshot.java:200)
Comment 1 scanti 2010-06-14 12:30:26 UTC
Created attachment 100057 [details]
stacktrace
Comment 2 Tomas Hurka 2010-06-14 12:40:01 UTC
Can you, please, provide steps how to reproduce it? Thanks.

*** This bug has been marked as a duplicate of bug 180564 ***
Comment 3 Tomas Hurka 2010-06-14 13:40:45 UTC
*** Bug 187540 has been marked as a duplicate of this bug. ***