Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <023701c239af$3411b170$6132bc3e@BABEL> From: "Conrad Scott" To: References: <20020801163716 DOT GA20607 AT redhat DOT com> <010101c239a9$29c04d40$6132bc3e AT BABEL> Subject: Re: potential instability in cygwin after my last checkin Date: Fri, 2 Aug 2002 00:00:17 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 "Conrad Scott" > Of course, the other point here is that the code seems to work > fine (I'm also running XEmacs w/ gnuserv and CVS too). I spoke slightly too quickly . . . rxvt hangs for me when bash exits. I launched my windows via: c:\cygwin\usr\X11R6\bin\run.exe rxvt -ls -e bash --login -i On exit, rxvt is blocked as follows: Thread 1: blocked in WaitForSingleObject in tty.cc:148 (called, indirectly, from do_exit). Thread 3: Blocked at fhandler_tty.cc:196 Thread 4: Blocked at fhandler_tty.cc:403 I also note a FIXME comment re: cygthreads at tty.cc:148, which might be relevant :-) Apart from this, all seems hunky dory. HTH, // Conrad