From: Shea Martin Date: 2006-03-22T03:13:50+09:00 Subject: Re: TCPSocket.accept blocks signals on win32? Mark Volkmann wrote: > It is a mystery to me too. Sometimes I can break out of Ruby code > using Ctrl-C under Windows. Other times I need to use Ctrl-Break. What signal does CTRL-Break send? I can't seem to trap it with 'KILL', 'INT', or 'TERM'. ~S