You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
@Fishrock123 exit() (unlike _exit()) runs atexit handlers and flushes stdio, leading to all kinds of memory corruption and deadlocks when the signal arrives at the wrong time.
Alternatives:
By the way, libev uses the pipe trick on platforms other than linux so it too might miss signals.
The text was updated successfully, but these errors were encountered: