-
Notifications
You must be signed in to change notification settings - Fork 51
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
panicked at /__w/smoldot/smoldot/light-base/src/runtime_service.rs:1845:35 #1712
Comments
I can't do much without the debug logs of smoldot. |
Seems to be fixed as of the latest update. Closing for now. |
Logs provided here: https://gist.github.com/ryanleecode/f7f7b4e5008ead9aa7ab0ae2ce759314 |
The issue is probably here https://github.com/smol-dot/smoldot/blob/main/light-base/src/sync_service.rs#L255, the other side of the channel died and panics on unwrap |
Line 1845 points to the call to |
I unfortunately need the entire logs. There's a list of blocks, and one of these is the best block. The panic is caused by the fact that the best block can't be found in the list of blocks. To figure out where it comes from I need to know all the blocks that are inserted or removed and how the best block changes. This all happens way before the actual panic. |
I had already taken a look at the issue when you opened it, and I looked at it again, and I've found a bug which is fixed in #1798. |
Steps to Reproduce
The text was updated successfully, but these errors were encountered: