From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128394 invoked by alias); 2 Oct 2019 14:04:30 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 128386 invoked by uid 89); 2 Oct 2019 14:04:30 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=suspended, emacs, HX-Envelope-From:sk:michael, HX-Spam-Relays-External:UNKNOWN X-HELO: atfriesa01.ssi-schaefer.com Received: from atfriesa01.ssi-schaefer.com (HELO atfriesa01.ssi-schaefer.com) (193.186.16.100) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 02 Oct 2019 14:04:28 +0000 Received: from samail03.wamas.com (HELO mailhost.salomon.at) ([172.28.33.235]) by atfriesa01.ssi-schaefer.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2019 16:04:26 +0200 Received: from [172.28.53.119] by mailhost.salomon.at with esmtps (UNKNOWN:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1iFfEv-0007Yi-AA; Wed, 02 Oct 2019 16:04:25 +0200 Subject: Re: [ANNOUNCEMENT] cygwin 3.1.0-0.6 (TEST) References: From: Michael Haubenwallner Cc: cygwin@cygwin.com To: Takashi Yano Message-ID: <1e27eef9-930c-0441-3da3-8039c84206e8@ssi-schaefer.com> Date: Wed, 02 Oct 2019 14:04:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-10/txt/msg00010.txt.bz2 Hi Takashi, On 9/22/19 4:11 PM, Ken Brown wrote: > There have been a lot of changes in the PTY code since > cygwin-3.1.0-0.5. Please test! seems there is another issue related to new PTY code: * I'm logged into some Server 2012r2 box via Cygwin sshd from Linux xterm, * export EDITOR=vim # but same problem with EDITOR=emacs * cd to some git project * git rebase -i HEAD^ * Ctrl-Z, to temporarily return to shell prompt Both the editor and the git processes seem to be suspended, but the shell does not react nor show the prompt in any way, although further keyboard input characters are displayed. In a different (ssh) session, with 'ps' I can see the 'git' and 'vim' processes to be suspended, as in having a leading 'S': $ ps | grep pty0 S 51349 51348 51346 27448 pty0 197609 14:37:21 /usr/bin/vim S 51346 51176 51346 11280 pty0 197609 14:37:20 /usr/bin/git 51176 51174 51176 39632 pty0 197609 14:26:41 /usr/bin/bash S 51348 51346 51346 30960 pty0 197609 14:37:21 /usr/libexec/git-core/git Resuming these processes with 'kill -CONT 51349 51346 51348' seems to work so far, but when quitting the editor (using :q), the vim process is gone, but both git processes do consume 100% (one single cpu) each, without any further result. Any idea? Thanks! /haubi/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple