From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9668 invoked by alias); 21 Jul 2005 15:34:49 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 9652 invoked by uid 22791); 21 Jul 2005 15:34:46 -0000 Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.205) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 21 Jul 2005 15:34:46 +0000 Received: by zproxy.gmail.com with SMTP id s18so166246nze for ; Thu, 21 Jul 2005 08:34:13 -0700 (PDT) Received: by 10.36.154.10 with SMTP id b10mr1034236nze; Thu, 21 Jul 2005 07:43:48 -0700 (PDT) Received: by 10.36.55.15 with HTTP; Thu, 21 Jul 2005 07:43:47 -0700 (PDT) Message-ID: <9bbd2794050721074320a6caef@mail.gmail.com> Date: Thu, 21 Jul 2005 15:38:00 -0000 From: Alex Goldman Reply-To: Alex Goldman To: cygwin@cygwin.com Subject: Re: Ctrl-C not working as well as on Linux In-Reply-To: <20050721142320.GB14376@trixie.casa.cgf.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <9bbd2794050721014940f12467@mail.gmail.com> <42DF8FCF.4050201@byu.net> <20050721142320.GB14376@trixie.casa.cgf.cx> X-IsSubscribed: yes X-SW-Source: 2005-07/txt/msg00988.txt.bz2 My tty settings are fine. I run Rxvt by calling=20 C: chdir C:\cygwin\bin set CYGWIN=3Dcodepage:oem tty binmode title rxvt -sl 1000 -e bash --login -i Looking into this more closely, I noticed that the problem occurs for programs compiled using the free MSVC++ Toolkit 2003, but not GCC. I think you can reproduce this behavior, if you have this compiler installed and configured: compile the program below with cl loop.c and run it: ./loop.exe I can not terminate it using Ctrl-C. I think this has something to do with signal handling. ---- loop.c ---- int main() { for(;;); return 0; } -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/