On Thu, Aug 2, 2012 at 7:00 PM, Christopher Faylor wrote: > On Thu, Aug 02, 2012 at 09:32:09PM +0200, Marcin Kielar wrote: >>Steps to reproduce: >> >>1. Start cygwin using cygwin.bat >>2. Run `ping -t google.com` >>3. Try breaking it with Ctrl+C >> >>Expected behaviur: >>The ping breaks execution and the command prompt is shown and available >> >>Actual behaviour: >>Nothing happens, ping loops until killed with `/usr/bin/kill -f PID` > > I don't have a "cygwin.bat" but if I start bash via Start->Run this > works for me. ping is interrupted by CTRL-C. >
If executed from mintty CTRL-C works to interrupt the process. If executed from a Windows console terminal (and I don't mean cmd.exe) ping doesn't interrupt with CTRL-C. Another interesting thing, ``run bash --login -i'' starts the process but the Window closes with the process in the background and I have to use the Task Manager to kill it, Cygwin's kill doesn't kill it. However ``run mintty'' works regardless. $ uname -a CYGWIN_NT-6.1-WOW64 HAL2002 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin -- Earnie -- https://sites.google.com/site/earnieboyd -- 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