x/net/ipv4: TestPacketConnConcurrentReadWriteUnicastUDP timeout with goroutines blocked on net.rawConn.Read
#54595
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-FreeBSD
Milestone
2022-08-18T05:32:36-3211cb9-a2c2f06/freebsd-amd64-13_0
It looks like there are many reader goroutines stuck with no writer goroutines remaining, which implies that either all of the writers succeeded, or one or more of writers failed but somehow didn't succeed in unblocking the readers by closing the
PacketConn
.(I'm not able to find this failure using
greplogs
; it may have rolled off the end of what the dashboard is willing to serve.)(attn @golang/freebsd, since this may be a symptom of a kernel bug)
The text was updated successfully, but these errors were encountered: