Olivier Lefevre <lefevrol <at> 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