Hi, Has anyone run into a problem where their Twisted application gets a SIGBREAK and shuts down, on Windows? I have a simple application using the ReconnectingClientFactory, running as a service (via srvany.exe), that occasionally dies with a few messages: 2006/09/24 16:46 Pacific Daylight Time [-] Received SIGBREAK, shutting down. 2006/09/24 16:46 Pacific Daylight Time [AgentProtocol,client] <twisted.internet.tcp.Connector instance at 0x00A1B468> will retry in 2 seconds 2006/09/24 16:46 Pacific Daylight Time [AgentProtocol,client] Stopping factory <twisted.internet.protocol.ReconnectingClientFactory instance at 0x00A10D28> 2006/09/24 16:46 Pacific Daylight Time [-] Main loop terminated. There's not a lot to go on, but I'm wondering if this is something anyone else has run into on Windows. I'm not really sure how a SIGBREAK could get generated there in the first place. Thanks, -- Jacob