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 187540 - NullPointerException at java.io.DataOutputStream.writeUTF
Summary: NullPointerException at java.io.DataOutputStream.writeUTF
Status: RESOLVED DUPLICATE of bug 187537
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-06-14 12:54 UTC by scanti
Modified: 2010-06-14 13:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170675


Attachments
stacktrace (2.80 KB, text/plain)
2010-06-14 12:54 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:54:20 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

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.AllocMemoryResultsSnapshot.writeToStream(AllocMemoryResultsSnapshot.java:119)
   at org.netbeans.modules.profiler.LoadedSnapshot.save(LoadedSnapshot.java:248)
Comment 1 scanti 2010-06-14 12:54:24 UTC
Created attachment 100060 [details]
stacktrace
Comment 2 Tomas Hurka 2010-06-14 13:40:45 UTC
According to the log file, this exception looks like consequence of issue #187537.

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