X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Message-ID: <512F1A94.5000403@towo.net> Date: Thu, 28 Feb 2013 09:51:32 +0100 From: Thomas Wolff User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: SIGINT not passed to java process References: In-Reply-To: X-TagToolbar-Keys: D20130228095132693 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Am 11.05.2012 19:29, schrieb Franz Kettwig: > After updating to the latest cygwin, my Java processes no longer receive SIGINT signals. I have attached a simple Java program that adds a ShutdownHook that will print out when the correct signal is received and the main program sleeps indefinitely waiting for the signal. > > I used to be able interrupt the process with Ctrl+C and with kill -2 . Neither of those methods work for me now. To help debugging this (for whoever may start an effort, including myself eventually), some more diagnostics: Let's clearly distinguish 2 things: - Interrupt the JVM with Ctrl-C (or kill -2): this works perfectly. It didn't work though in some snapshots between 1.7.17 and 1.7.18, see http://cygwin.com/ml/cygwin/2013-01/msg00196.html - Invoke the JVM interrupt hook: this does not work in mintty but it does in cygwin console. However, it can be forced *not* to work in cygwin console either by redirecting *both* stdin and stdout: cat | java ... | tee /dev/null ------ Thomas > Here is the version of Java that I am using: > java version "1.6.0_31" > Java(TM) SE Runtime Environment (build 1.6.0_31-b05) > Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode) > > Thanks, > > Franz Kettwig > > > > -- > 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 -- 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