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

tun reader causes the seg fault after the wintun session is closed #301

Open
mary-dcouto opened this issue Feb 28, 2022 · 0 comments
Open

Comments

@mary-dcouto
Copy link
Contributor

we need to use the tun_kill function because the below line throws segmentation fault if we call the wintun end session after starting the tunnel. I tried to call the tun->close after uv_stop function call, still it seg faults at the same line.
uv_async_send(tun->read_available);
So until we fix the run reader issue after session close, we cannot use it.

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

No branches or pull requests

1 participant