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 229875 - java.io.IOException: PID of process 'root@10.10.9.191:1022 /usr/bin/gdb "-x" "C:\\Users\\DimaN/.gdbinit" "-nx" "--interpreter" "mi"' is not received!
Summary: java.io.IOException: PID of process 'root@10.10.9.191:1022 /usr/bin/gdb "-x" ...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-16 15:41 UTC by Exceptions Reporter
Modified: 2013-11-11 10:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 198383


Attachments
stacktrace (754 bytes, text/plain)
2013-05-16 15:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-05-16 15:41:15 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Windows 7

User Comments:
GUEST: remote debug from windows 7 to linux centos application, running attach debugger




Stacktrace: 
java.io.IOException: PID of process 'root@10.10.9.191:1022 /usr/bin/gdb "-x" "C:\\Users\\DimaN/.gdbinit" "-nx" "--interpreter" "mi"' is not received!
   at org.netbeans.modules.nativeexecution.AbstractNativeProcess.getPID(AbstractNativeProcess.java:214)
   at org.netbeans.modules.cnd.debugger.common2.utils.ExecutorCND.startEngine(ExecutorCND.java:238)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.startAsync(Gdb.java:477)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.access$800(Gdb.java:176)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory$1.run(Gdb.java:301)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
Comment 1 Exceptions Reporter 2013-05-16 15:41:16 UTC
Created attachment 134529 [details]
stacktrace