-
Notifications
You must be signed in to change notification settings - Fork 197
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
stack overflow (segmentation) in loop.remove(raw_fd) in loop/raw_fd handler #207
Comments
Hi, Pavel! Will you create a pull request to the main repository? |
Hi, Alexander!
If your need is urgent feel free to ignore my job. |
Test case remove_socket_in_handler was added:
It loops at
loop.remove(pipefd[0]);
atpoller.remove()
and sigsegvs.The text was updated successfully, but these errors were encountered: