[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Lost process output in pipe between Emacs and CVS
From: |
Richard Stallman |
Subject: |
Re: Lost process output in pipe between Emacs and CVS |
Date: |
Thu, 11 Jul 2002 06:01:53 -0600 (MDT) |
This is a different case. CVS is invoking ssh in a child process in a
way which causes them to share file descriptor 2. ssh is then
unblocking file descriptor 2 in a way which CVS does not expect. This
type of problem can only happen with programs which invoke ssh.
In that case, maybe CVS should have code to cope with this case. It
must be quite common. Perhaps CVS should avoid using stdio. If that
is too hard, how about making CVS pipe the output through `cat' when
it invokes a subprocess? That should be easy.
Please don't dismiss that simple idea because it is "inefficient"; the
inefficiency of this will usually be insignificant compared with the
slowness of the network, and this needs to be solved somehow. If you
want to implement a more efficient and better solution, by all means
do; if you won't do that, please at least do this!
I will also forward the message to the Glibc maintainers.
- Lost process output in pipe between Emacs and CVS, Stefan Monnier, 2002/07/08
- Re: Lost process output in pipe between Emacs and CVS, Ian Lance Taylor, 2002/07/08
- Re: Lost process output in pipe between Emacs and CVS, Ian Lance Taylor, 2002/07/08
- Re: Lost process output in pipe between Emacs and CVS, Richard Stallman, 2002/07/08
- Re: Lost process output in pipe between Emacs and CVS, Ian Lance Taylor, 2002/07/08
- Re: Lost process output in pipe between Emacs and CVS, Richard Stallman, 2002/07/09
- Re: Lost process output in pipe between Emacs and CVS, Ian Lance Taylor, 2002/07/09
- Re: Lost process output in pipe between Emacs and CVS, Stefan Monnier, 2002/07/09
- Re: Lost process output in pipe between Emacs and CVS, Ian Lance Taylor, 2002/07/09
- Re: Lost process output in pipe between Emacs and CVS,
Richard Stallman <=
- Re: Lost process output in pipe between Emacs and CVS, Derek Robert Price, 2002/07/19
- Re: Lost process output in pipe between Emacs and CVS, Larry Jones, 2002/07/19
- Re: Lost process output in pipe between Emacs and CVS, Stefan Monnier, 2002/07/19
- Re: Lost process output in pipe between Emacs and CVS, Ian Lance Taylor, 2002/07/19
- Re: Lost process output in pipe between Emacs and CVS, Richard Stallman, 2002/07/21
- Re: Lost process output in pipe between Emacs and CVS, kevin wang, 2002/07/24
- Message not available
- Re: Lost process output in pipe between Emacs and CVS, Derek Robert Price, 2002/07/24
- Message not available
- Re: Lost process output in pipe between Emacs and CVS, Ian Lance Taylor, 2002/07/24
- Re: Lost process output in pipe between Emacs and CVS, kevin wang, 2002/07/24
- Message not available
- Re: Lost process output in pipe between Emacs and CVS, Derek Robert Price, 2002/07/24