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 180565 - NullPointerException at java.io.DataOutputStream.writeUTF
Summary: NullPointerException at java.io.DataOutputStream.writeUTF
Status: RESOLVED INCOMPLETE
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:
Depends on:
Blocks:
 
Reported: 2010-02-10 09:13 UTC by scanti
Modified: 2010-04-26 12:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165108


Attachments
stacktrace (2.81 KB, text/plain)
2010-02-10 09:13 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2010-02-10 09:13:14 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
scanti: Saving a Memory Profile




Stacktrace: 
java.lang.NullPointerException
   at java.io.DataOutputStream.writeUTF(DataOutputStream.java:330)
   at java.io.DataOutputStream.writeUTF(DataOutputStream.java:306)
   at org.netbeans.lib.profiler.results.memory.JMethodIdTable.writeToStream(JMethodIdTable.java:184)
   at org.netbeans.lib.profiler.results.memory.MemoryResultsSnapshot.writeToStream(MemoryResultsSnapshot.java:272)
   at org.netbeans.lib.profiler.results.memory.LivenessMemoryResultsSnapshot.writeToStream(LivenessMemoryResultsSnapshot.java:290)
   at org.netbeans.modules.profiler.LoadedSnapshot.save(LoadedSnapshot.java:248)
Comment 1 scanti 2010-02-10 09:13:19 UTC
Created attachment 94050 [details]
stacktrace
Comment 2 Tomas Hurka 2010-04-26 12:53:09 UTC
I am not able to reproduce it. Can you please provide steps how to reproduce this issue? Thanks.