# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #127948] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127948 >
This ticket is about a (skipped) test in S32-io/IO-Socket-Async.t that regularely hangs in spectests. I've seen those hangs on Linux (OpenJDK 1.7) and on FreeBSD (OpenJDK 1.8) with rakudo-j build from HEAD (currently 6df7ff8d9c). The test file S32-io/IO-Socket-Async.t has currently 6 tests which use the same IO::Socket::Async instances. After removing the other 5 tests I was unable to reproduce the hang. Therefore I don't have a golfed example, unfortunately.