X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=ePIeafrfy0nMyUEy3g6pfwNPcBXy4vdJvA3cTtV89xk 1phuJhUjiTauTVy5u4ss1DIZmmuN3udLAfTb1XeI4AFodnNl3Bt4lDD38oDV5HjP XHOHGcK6tPRIqlyt6KTzHtcXCaY4zHFuiG8wtAz0WoaeohyUOjk40OnFJ79iRxNU = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=uorNf4Oe93GCyvc+Ct9ZU5Mwj10=; b=PaQ8Yv7BCvv34GQqE 1urrNjtggY2aDnZN7u7KG2TZTFOkBbIhPap9t1xag6jm25LSOWHZwYTJ9OtUyD1D rqpOAoYekp0RUuq6SjGYd1+1m8nx8gY6pFO1T/5hemJReZuM1fSE/1Pk/AaC+GPD qtNt92lhFoQturVYP6jVB8S6kk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_20,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mout.kundenserver.de Message-ID: <55A670D1.5070504@towo.net> Date: Wed, 15 Jul 2015 16:40:17 +0200 From: Thomas Wolff User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: SIGINT generated by Control-C, is not delivered in mintty References: <1436859879 DOT 3576693 DOT 323109769 DOT 13A8B37B AT webmail DOT messagingengine DOT com> <55A61E00 DOT 9020505 AT gmail DOT com> In-Reply-To: <55A61E00.9020505@gmail.com> X-TagToolbar-Keys: D20150715164017081 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-UI-Out-Filterresults: notjunk:1;V01:K0:X0sQNChS+7c=:quZbNwa2TLPSqZNxS21Qd7 CyHMRmQ/CtBM7v06v0Nbxb8DJuTJeAqlYmPvJUf15hxmkrulsHDYnKuChY6EKacDz9h6kxdlA NRmTW7fhbsgrdOVHc7LrvDtpzIbuHgCb5G9Z1FOVDsyox1WyWEWIxheUZfd5phAckhmtG5oDB 1n6iJZ3eVS9U0NUqIC/cpRGfjyEFSwJ9Tuvhs+J2aquNMT0MhZUMYtlp0sEK0svh2lamyzoh5 znIECzn1dy1WM72D+0+QjbD/E5HOosxs+AUEus23vLDoAnF2K8NmX+ySaYIzo2yqUkU5tHF4t eB9XpYFKPFcWeKzFBIKMoNT0NLjcnqHifdFl7TBozQNb7ZTgFzPCa1LwIik7n+OBmZZdrQ3F6 5s8RjC0+0Rn6WGAn+zVHPEqa21s8Vj1bKo+BiRSbu9SV6jrV6oc7a0OIa+yJdLDCSQ8tek+Yo 50KQtK6HCdTl57et7E+DwRMWiFVh+ZunhBAyBAbJ++7tBXx8qWwhhSHga6f+AAaSkD3nugOos m0ldygt7tTqRT2J+MmM81x4QjcXsLZN3xxUKaipIHV7+8JrWoKd4ig2C8j213aPWWPW3IVgG9 4ndtFm0f6yud7cgeXUa+of/bx5K5ITPzLDWOG72D92TKg5iRpEmLoZfBNxRP1y09YxK86Y2rz ocZLG6iT4ryqJo6eklLv650t2t6WgyF6GGPZ1XyEHXhRee4EfzNnul875R8kgzCw1USI= X-IsSubscribed: yes On 15.07.2015 10:46, Marco Atzeri wrote: > On 7/14/2015 9:44 AM, Ronald Fischer wrote: >> Using Cygwin 64 on Windows 7: >> >> In a bash or zsh running inside mintty, pressing Control-C has no >> effect. In a bash or zsh running in a Windows Console, it works fine. >> >> This can be verified in two ways: >> >> (1) Using 'trap': >> >> In the shell, we do a >> >> trap 'echo trapped' INT >> > Ronald, does it happen that you start mintty from a Cygwin console window? In that case, it might be the same problem I had reported myself a few months ago: https://sourceware.org/ml/cygwin/2015-02/msg00122.html I have analysed this a little bit further; the problem as I see it happens in cygwin 1.7.32 but does not happen in cygwin 1.7.10 (I could try to narrow that down with the cygwin time machine...). In addition, if I compile the current version of mintty in cygwin 1.7.10, the problem does not occur which makes me quite sure it's not a mintty problem although (as I had written) it does not seem to happen with xterm. Thomas -- 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