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 225851 - NullPointerException at sun.rmi.transport.DGCClient$EndpointEntry.removeRefEntry
Summary: NullPointerException at sun.rmi.transport.DGCClient$EndpointEntry.removeRefEntry
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-07 15:47 UTC by ehsavoie
Modified: 2013-02-19 13:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198377


Attachments
stacktrace (414 bytes, text/plain)
2013-02-07 15:47 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2013-02-07 15:47:14 UTC
Build: NetBeans IDE Dev (Build 201302050917)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at sun.rmi.transport.DGCClient$EndpointEntry.removeRefEntry(DGCClient.java:333)
   at sun.rmi.transport.DGCClient$EndpointEntry.processPhantomRefs(DGCClient.java:615)
   at sun.rmi.transport.DGCClient$EndpointEntry.access$1400(DGCClient.java:171)
   at sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(DGCClient.java:556)
   at java.lang.Thread.run(Thread.java:722)
Comment 1 ehsavoie 2013-02-07 15:47:16 UTC
Created attachment 131109 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2013-02-11 12:37:15 UTC
Both exception reports are preceded by start of debugging. Reassigning for evaluation.
Comment 3 Martin Entlicher 2013-02-19 13:16:53 UTC
This is a JDK issue, the defect is in sun.rmi.transport.DGCClient$EndpointEntry.
This can not be fixed in NetBeans.