X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,KHOP_THREADED,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Escay Subject: Re: SIGINT not passed to java process Date: Tue, 26 Feb 2013 12:31:11 +0000 (UTC) Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes 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 Olivier Lefevre yahoo.com> writes: > > Since apparently nobody wants to take ownership of this regression > I'll point out the workaround, for the benefit of those googling > and landing on this thread: start Java with -Xrs and use Ctrl-Break > instead of Ctrl-C. This will disable thread dump and break any > application that relies on normal signal handling, though. > For me the following solution worked: http://stackoverflow.com/questions/8014916/control-break-not-working-in-java-using-cygwin Add global env variable 'CYGWIN' and set the value to 'tty'. Now CTRL+C works for me. -- 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