This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Yet another hanging issue.


Kazuhiro Fujieda wrote:
> 
> >>> On Wed, 15 Mar 2000 14:30:28 -0500
> >>> Chris Faylor <cgf@cygnus.com> said:
> 
> > Sorry.  I broke a cardinal rule and checked in some code without
> > testing it.  I removed some stuff that I thought was extraneous
> > in spawn.cc.  It wasn't.
> >
> > The following patch should fix this problem.
> 
> I confirmed the problem was resolved.
> Thanks.

Hi Chris,

umm, I know, this is not what you want to hear.

The latest version has still an unresolved hanging problem.
I can reproduce the following behaviour:

Starting tcsh in TeraTerm telnet client window (via inetd as service ->
telnetd -> login) as login shell. Start a command: `ls -C' works.
Change window size, start `ls -C' again. Now the command is working
as before but it never returns to the prompt. `ps -ef' from another
shell displays:

...
  system   1001      1  -1  11:34:15 /usr/local/sbin/inetd.exe
  system   1134   1001  -1  11:52:08 /usr/local/libexec/in.telnetd
 corinna   1135   1134   2  11:52:13 /usr/bin/tcsh.exe
 corinna   1144   1135   2  11:52:19 <defunct>
...

As I mentioned, this is 100% reproducable. I tried to reproduce it
under strace control (startimg tcsh, some cmd, change win size,
start cmd via strace) but unfortunately strace hangs on starting
it already. The output file remains empty :-(

This doesn't happen with bash. Sometimes I get the feeling that 
tcsh is somewhat hard to please...

Corinna

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]