-
Notifications
You must be signed in to change notification settings - Fork 101
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
panick on seed node after incoming connection #633
Comments
Thanks for report! Checking right now. |
The panic is caused by debug assertion in tokio |
Pushed update and updated my seednode. |
saw this one on both seed nodes (same IP address and time)
later... so not related to the specific node |
I see, so my initial assumption was wrong. The assertion is active only for debug builds, please rebuild with |
Please also ensure to rebuild with latest commit, it contains important modifications not related to panic. |
rebuilt from latest |
I will recheck whether |
indeed, looked again and i also have one panic, without |
I was able to reproduce the panic on my local environment, will submit the report to tokio repo soon. |
Submitted the issue to tokio repo: tokio-rs/tokio#2532 |
tokio-rs/tokio#2532 looks like this issue was just resolved in tokio codebase |
Thanks for mentioning this! The fix was not yet published on |
thanks. looks very good, both seed nodes are running this version without problems for many hours |
Thanks for testing! |
saw this panic on both seed nodes after the same IP 93.242.216.127 connected... one panicked right after connect 12:25:12, the other one needed a bit longer 12:22:21 - 12:22:47
The text was updated successfully, but these errors were encountered: