Recently I've been investigating the mysterious termination of my event dispatch loop on a Windows system, with libevent 2.0.21. This has happened extremely rarely, and only in an EC2 virtualized environment. The system is not OOMing, so I suspect an error return from select in win32_dispatch (which is the only place that dispatch could return an error). Assume for the sake of discussion that I'mÂ