X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:references:from:cc:to:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=fLQZSak+ajCP7/jF
	gODV96L6qHG+vOLb/p4S7Az+sGgBL0sha9trm2V0euwodU2RVjLso1gTPwgcXLl3
	aVIl6MC+fX7iMrGa/5GSOjh0cuNNVPbH1ph2lXMkK0sQvv6EfTWq+4NGWJ5f9Rxe
	mn5s2aogueEE11VzI5k3Ltljnqs=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:references:from:cc:to:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=5EA0EEsCXC2H6QW2/kI4N3
	PYLLk=; b=Kc5XY6/3s8S++Yua5kr0ey6m6ltaj5eKpb5yLyCIdi+Dr3WVojlii9
	W77w3JRAr/uY90VoEri5kgH2zN/GJir2NUcFbKW2feiS+6aftt9SiSFmYsJ16TIR
	xRoudhNQDh7d9b4Fx8MEu/67eRu9uijQfqsXS108g8X0YZc5XVjxw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
Subject: Re: [ANNOUNCEMENT] cygwin 3.1.0-0.6 (TEST)
References: <announce.20190922101035.2703-1-kbrown@cornell.edu>
From: Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
Cc: cygwin@cygwin.com
To: Takashi Yano <takashi.yano@nifty.ne.jp>
Message-ID: <1e27eef9-930c-0441-3da3-8039c84206e8@ssi-schaefer.com>
Date: Wed, 2 Oct 2019 16:03:53 +0200
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: <announce.20190922101035.2703-1-kbrown@cornell.edu>
Content-Type: text/plain; charset=iso-8859-15
Content-Transfer-Encoding: 7bit

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

