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 191833 - NPE while attaching
Summary: NPE while attaching
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-11 10:46 UTC by Egor Ushakov
Modified: 2010-11-11 10:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2010-11-11 10:46:06 UTC
java.lang.NullPointerException
    at org.netbeans.modules.nativeexecution.pty.IOConnector.connect(IOConnector.java:103)
    at org.netbeans.modules.nativeexecution.api.pty.PtySupport.connect(PtySupport.java:106)
    at org.netbeans.modules.cnd.debugger.common2.debugger.io.InternalTerminalPack.start(InternalTerminalPack.java:72)
    at org.netbeans.modules.cnd.debugger.dbx.CommonDbx$Factory.start2(CommonDbx.java:808)
    at org.netbeans.modules.cnd.debugger.dbx.CommonDbx$Factory.start(CommonDbx.java:777)
    at org.netbeans.modules.cnd.debugger.dbx.DbxDebuggerImpl.start2(DbxDebuggerImpl.java:570)
    at org.netbeans.modules.cnd.debugger.dbx.DbxDebuggerImpl.access$300(DbxDebuggerImpl.java:155)
    at org.netbeans.modules.cnd.debugger.dbx.DbxDebuggerImpl$2.run(DbxDebuggerImpl.java:507)
    at org.netbeans.modules.cnd.debugger.common2.debugger.remote.CndRemote.validate(CndRemote.java:143)
    at org.netbeans.modules.cnd.debugger.dbx.DbxDebuggerImpl.start(DbxDebuggerImpl.java:505)
    at org.netbeans.modules.cnd.debugger.dbx.actions.DbxStartActionProvider.doAction(DbxStartActionProvider.java:140)
    at org.netbeans.modules.cnd.debugger.dbx.actions.DbxStartActionProvider.postAction(DbxStartActionProvider.java:131)
    at org.netbeans.api.debugger.ActionsManager.postAction(ActionsManager.java:236)
    at org.netbeans.api.debugger.DebuggerManager.startDebugging(DebuggerManager.java:395)
    at org.netbeans.modules.cnd.debugger.common2.debugger.DebuggerManager.debugNoAsk(DebuggerManager.java:1006)
    at org.netbeans.modules.cnd.debugger.common2.debugger.DebuggerManager.startDebugger(DebuggerManager.java:977)
    at org.netbeans.modules.cnd.debugger.common2.debugger.DebuggerManager.attach(DebuggerManager.java:1233)
    at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.doAttach(AttachPanel.java:693)
    at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.access$1800(AttachPanel.java:121)
    at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$AttachController$1.run(AttachPanel.java:1048)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:138)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Egor Ushakov 2010-11-11 10:49:14 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/a532d05d796d