x/sys/unix: solaris EventPort panic when processing events after Close #54363
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
While stress testing fsnotify/fsnotify#371 I ran into a panic that I tracked down to
one thread calling Close() while another thread was still trying to process one or more events
it had already gotten back from the OS.
A CR will follow shortly.
The text was updated successfully, but these errors were encountered: