On Sun, May 21, 2006 at 10:19:06PM -0400, Igor Peshansky wrote: > Noticed a problem today: if you start a Windows process in bash and press > Ctrl-C, the Ctrl-C will be delivered to the process, but then bash (or the > Cygwin wrapper that waits for the Windows process) will simply hang until > the Windows process terminates. If the process does not terminate (e.g., > "ping -t"), bash will hang until Ctrl-C is pressed 10 times (the delays > between the consecutive Ctrl-Cs don't seem to matter). > > Steps to reproduce: > > In bash, type "ping -t cygwin.com", then, after a couple of ping results, > press Ctrl-C. The process will hang (here's the screenshot): > > $ ping -t cygwin.com > > Pinging www.cygwin.com [209.132.176.174] with 32 bytes of data: > > Reply from 209.132.176.174: bytes=32 time=82ms TTL=46 > Reply from 209.132.176.174: bytes=32 time=83ms TTL=46
I know this may sound insane, but could you try the following in another shell when it is hanging: ping localhost or ping <whatever your network interface ip is> -cl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/