-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Crash with addresssanitizer turned on #474
Comments
Could you provide the parameters for client and server? |
Client-side: |
sorry, I have been super busy in the past month. But I will look into the problem this weekend. I tried the fix in https://github.com/wangyu-/UDPspeeder/pull/314, but unfortunately it doesn't work as expected. by the way how easy is it to reproduce this problem? does it happen immediately/reliably if you send some data over the tunnel? If not happen immediately/reliably, do you have a good way to reproduce this problem easily? |
Yeah, it happens immediately on startup, every time. |
this is fixed in e66eddd |
By the way there are some memory leak detected by the sanitizer, after udp2raw is killed by CTRL-c They might be false postive, since I am using self-written grabage collectors to collect inactive connections. When killed-by CTRL-c, some resource may not have been collected yet. (I will do further confirm when I am free) |
The text was updated successfully, but these errors were encountered: