Skip to content

Commit

Permalink
Document JC07-006.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/gps@218377 936e1b1b-40f2-da11-902a-00137254ae57
  • Loading branch information
lambourg committed Oct 31, 2013
1 parent 8af9150 commit 1f5fa02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions distrib/known-problems
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,14 @@ If no tag is specified, the entry is relevant to all IDEs.

Known Problems fixed in GPS 6.1.0 / GNATbench 2.9.0

JC07-006 GPS: rsh leaving remote processes as zombies in remote mode.
Problem: When using GPS remote mode with rsh, it may happend that spawned
remote processes are not properly terminated before the rsh
connection is closed.
This may lead to zombie processes remaining on the remote host.
rsh support by GPS has now been deprecated, as rsh is not an
active development anymore, and has been replaced by secure and
more robust solutions such as ssh.
Workaround: Use ssh instead. If absolutely needed, you can re-enable rsh
support by using the remote_rsh.py plugin, to be activated from
the Tools->Plug-ins menu.

0 comments on commit 1f5fa02

Please sign in to comment.