While migrating my code over to this new TCP library, I discovered it'll throw a SIGABRT whenever attempting to connect to an address. It appears to be coming from any method which can raise a condition (i.e. Listener::bind and TcpStream::connect).
Platform is OSX 10.8 x86_64.