Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async Interrupts stop responding if process is suspended/resumed #60

Open
jaredr opened this issue Oct 22, 2020 · 0 comments
Open

Async Interrupts stop responding if process is suspended/resumed #60

jaredr opened this issue Oct 22, 2020 · 0 comments
Assignees

Comments

@jaredr
Copy link

jaredr commented Oct 22, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants