-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Caught internal_error: HandshakeManager::receive_succeeded(...) Unread data won't fit PCB's read buffer. #256
Comments
There's logging instructions in #254, use those and send me the results. Note that you need to also change |
I was able to reproduce the issue quickly against bbeeab8 and b30a169 without my patchset. So it seems like this is an unresolved issue in master. I'm trying to get logs for it with |
In
|
followed by
|
I think I diagnosed this (I'm still testing): #264 |
I had the same issue, fixed it exactly the same way. |
Congratulations on the new release!
I tried applying the patchset from #134 to master (at the time of writing, eddcb1f). (Without the patchset, my rtorrent instance is basically unresponsive due to the high number of synchronous DNS lookups). rtorrent then crashes immediately with:
I bisected this to 11c38cc / #254. So the release tag
v0.14.0
and the subsequent commit a83dcb9 don't have this problem. But it's not clear to me what in #254 would cause this.Thanks for your time.
The text was updated successfully, but these errors were encountered: