> 117) Error: > test_addrinfo_inspect_sockaddr_inet6(TestSocketAddrinfo): > SocketError: getaddrinfo: The storage control blocks were destroyed. > c:/dev/downloads/ruby_trunk/test/socket/test_addrinfo.rb:465:in `tcp' > c:/dev/downloads/ruby_trunk/test/socket/test_addrinfo.rb:465:in > `test_addrinfo_inspect_sockaddr_inet6' I have received this message before when on a flaky wireless connection (this isn't the case during a unit test, I'd doubt, though). It might be related to http://code.google.com/p/msysgit/issues/detail?id=182 mingw doesn't support ipv6 yet then again it might not. -=r