From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31674 invoked by alias); 12 Dec 2012 14:06:43 -0000 Received: (qmail 31659 invoked by uid 22791); 12 Dec 2012 14:06:41 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,MSGID_FROM_MTA_HEADER,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_YP X-Spam-Check-By: sourceware.org Received: from blu0-omc1-s3.blu0.hotmail.com (HELO blu0-omc1-s3.blu0.hotmail.com) (65.55.116.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Dec 2012 14:06:35 +0000 Received: from BLU0-SMTP84 ([65.55.116.8]) by blu0-omc1-s3.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 12 Dec 2012 06:06:34 -0800 X-EIP: [cq+xbzCDU9K2nDO3yrS4v7/V10zjMAFf] Message-ID: Received: from [127.0.0.1] ([83.165.94.43]) by BLU0-SMTP84.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 12 Dec 2012 06:06:34 -0800 Date: Wed, 12 Dec 2012 14:06:00 -0000 From: Aaron Schneider User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: CTRL+C is not working with java on latest cygwin 1.7.15 References: <1355306723154-63179.post@n5.nabble.com> <1355306723156-63181.post@n5.nabble.com> <1355306723157-63182.post@n5.nabble.com> <501AB915.5050106@saic.com> <1355306723094-94866.post@n5.nabble.com> In-Reply-To: <1355306723094-94866.post@n5.nabble.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-12/txt/msg00180.txt.bz2 On 12/12/2012 11:05, erik56d wrote: > Hi, > being a long-time CygWin fan among Windows users, I was a bit frustrated > when I had to revert to cmd.exe in order to have the ShutDown hook in my > Java program executed on pressing CTRL-C. > > So, it seems the problem with CTRL-C still persists? > Or, is there a solution? > > I'm running X, i.e. starting Cygwin by > > C:\cygwin\bin\rxvt.exe --backspacekey '^h' -g 100x30 -ls -sl 2046 -tn xterm > -title "Local PC" -e /usr/bin/bash --login -i %HOME%/bin/X.sh > > where X.sh contains > > export DISPLAY=":0.0" > Xwin -clipboard & > sleep 10 > wmaker & > wait > > and my CygWin version is > > $uname -a > CYGWIN_NT-5.1 mypc 1.7.17(0.262/5/3) 2012-10-19 14:39 i686 Cygwin What java program is that? Can you put a link to it or to any other that produces the issue? -- 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