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 258390 - NullPointerException at org.netbeans.lib.profiler.heap.HprofHeap.fillHeapTagBounds
Summary: NullPointerException at org.netbeans.lib.profiler.heap.HprofHeap.fillHeapTagB...
Status: RESOLVED DUPLICATE of bug 248278
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-16 09:02 UTC by Martin Kozeny
Modified: 2016-08-12 11:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223043


Attachments
stacktrace (894 bytes, text/plain)
2016-03-16 09:02 UTC, Martin Kozeny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Kozeny 2016-03-16 09:02:44 UTC
This bug was originally marked as duplicate of bug 248278, 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.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
mkozeny: When trying to open heap dump.

GUEST: a

GUEST: unable to load heap dump.

GUEST: Getting Nullpointer Exception while loading heapdump

GUEST: Loading heap dump that may be incomplete




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.lib.profiler.heap.HprofHeap.fillHeapTagBounds(HprofHeap.java:1040)
   at org.netbeans.lib.profiler.heap.HprofHeap.<init>(HprofHeap.java:137)
   at org.netbeans.lib.profiler.heap.HeapFactory.createHeap(HeapFactory.java:87)
   at org.netbeans.lib.profiler.heap.HeapFactory.createHeap(HeapFactory.java:69)
   at org.netbeans.modules.profiler.heapwalk.HeapWalker.createHeap(HeapWalker.java:193)
   at org.netbeans.modules.profiler.heapwalk.HeapWalker.<init>(HeapWalker.java:92)
Comment 1 Martin Kozeny 2016-03-16 09:02:46 UTC
Created attachment 158885 [details]
stacktrace
Comment 2 Tomas Hurka 2016-08-12 11:35:24 UTC

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