Forked from
Glasgow Haskell Compiler / GHC
13972 commits behind the upstream repository.
Ivan Kasatenko
authored
Kqueue/kevent implementation used to ignore events to be unsubscribed from when events to be subscribed to were provided. This resulted in a lost notification subscription, when GHC runtime didn't listen for any events, yet the kernel considered otherwise and kept waking up the IO manager thread. This commit fixes this issue by always adding and removing all of the provided subscriptions.
Name | Last commit | Last update |
---|---|---|
.. | ||
T16586.hs | ||
T16586.stdout | ||
T16916.hs | ||
T16916.stdout | ||
all.T |