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
Callbacks set with set_async_interrupt() no longer get called if the process is suspended and then resumed. Indeed, the background thread disappears entirely.
It appears that the interrupt's polling loop does not handle EINTR from epoll wait, causing it to terminate.
The text was updated successfully, but these errors were encountered:
Callbacks set with
set_async_interrupt()
no longer get called if the process is suspended and then resumed. Indeed, the background thread disappears entirely.It appears that the interrupt's polling loop does not handle
EINTR
from epoll wait, causing it to terminate.The text was updated successfully, but these errors were encountered: