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 193796 - java.io.IOException: PID of process 'root@192.168.0.202:22 /usr/bin/gdb "-x" "/home/imes-ubuntuuser/.gdbinit" "--interpreter" "mi" "-tty" ""' is not received!
Summary: java.io.IOException: PID of process 'root@192.168.0.202:22 /usr/bin/gdb "-x" ...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-24 16:17 UTC by Exceptions Reporter
Modified: 2011-01-13 07:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175237


Attachments
stacktrace (2.19 KB, text/plain)
2010-12-24 16:17 UTC, Exceptions Reporter
Details
proposed changes (1.24 KB, patch)
2010-12-30 14:53 UTC, Andrew Krasny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-12-24 16:17:31 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.0 Beta (Build 201011161834)
VM: OpenJDK Client VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
GUEST: tried to run debug for the first time on a hello world program on a remote arm8 system




Stacktrace: 
java.io.IOException: PID of process 'root@192.168.0.202:22 /usr/bin/gdb "-x" "/home/imes-ubuntuuser/.gdbinit" "--interpreter" "mi" "-tty" ""' is not received!
   at org.netbeans.modules.nativeexecution.AbstractNativeProcess.getPID(AbstractNativeProcess.java:223)
   at org.netbeans.modules.cnd.debugger.common2.utils.ExecutorCND.startEngine(ExecutorCND.java:207)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.start2(Gdb.java:456)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.start(Gdb.java:382)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.start2(GdbDebuggerImpl.java:382)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.start(GdbDebuggerImpl.java:360)
Comment 1 Exceptions Reporter 2010-12-24 16:17:34 UTC
Created attachment 104480 [details]
stacktrace
Comment 2 soldatov 2010-12-27 21:25:56 UTC
Same exception in WindowsXP->Fedora14 case
Comment 3 Andrew Krasny 2010-12-30 14:53:55 UTC
Created attachment 104630 [details]
proposed changes
Comment 4 Vladimir Voskresensky 2011-01-12 09:55:21 UTC
Andrew, I have applied your patch
http://hg.netbeans.org/cnd-main/rev/470817185544
Comment 5 Quality Engineering 2011-01-13 07:29:46 UTC
Integrated into 'main-golden', will be available in build *201101130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/470817185544
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: applied andrew's patch to fix #193796 -  java.io.IOException: PID of process