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

Summary: NullPointerException at sun.rmi.transport.DGCClient$EndpointEntry.removeRefEntry
Product: debugger Reporter: ehsavoie <ehsavoie>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED WONTFIX    
Severity: normal CC: ehsavoie
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 198377
Attachments: stacktrace

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.