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 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb.GdbDebugger.attach
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb.GdbDebugger.attach
Status: RESOLVED DUPLICATE of bug 156201
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 17:42 UTC by Exceptions Reporter
Modified: 2010-12-14 18:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148146


Attachments
stacktrace (5.24 KB, text/plain)
2010-12-14 17:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***