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 193395

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb.GdbDebugger.attach
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED DUPLICATE    
Severity: normal CC: gorrus
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 148146
Attachments: stacktrace

Description Exceptions Reporter 2010-12-14 17:42:30 UTC
This issue was reported manually by gorrus.
It already has 2 duplicates 


Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: OpenJDK Client VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_0-b16
OS: Linux

User Comments:
GUEST: I was attempting to connect to a rails server that was running locally.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb.GdbDebugger.attach(GdbDebugger.java:2021)
   at org.netbeans.modules.cnd.debugger.gdb.attach.GdbAttachPanel$GdbAttachController.ok(GdbAttachPanel.java:358)
   at org.netbeans.modules.debugger.ui.actions.ConnectorPanel.ok(ConnectorPanel.java:207)
   at org.netbeans.modules.debugger.ui.actions.ConnectAction$ConnectListener.actionPerformed(ConnectAction.java:135)
   at org.netbeans.core.windows.services.NbPresenter$ButtonListener.actionPerformed(NbPresenter.java:1137)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2012)
Comment 1 Exceptions Reporter 2010-12-14 17:42:34 UTC
Created attachment 104074 [details]
stacktrace
Comment 2 Egor Ushakov 2010-12-14 18:16:36 UTC
fixed in bug 156201

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