-
Notifications
You must be signed in to change notification settings - Fork 74
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
block already unpinned
panic in runtime_service
#2617
Comments
#2631 doesn't solve the issue but changes the panic message to include the service that has a bug in it, so if it happens again it would be nice to update this issue. |
Just personally encountered this:
It's unclear whether it's the same panic as the OP, but I'm going to go with the assumption that yes. This happened while I connected to Westmint. |
The subscription code is definitely behaving as intended. There's probably a bug in the runtime service unfortunately. |
This newly-added debug_assertion panics: smoldot/bin/light-base/src/runtime_service.rs Line 317 in c537c40
|
Problem comes from here: https://github.com/paritytech/substrate-lite/blob/ca2bc4a01e1ef52a81595a80c7f064c2ebaf0500/bin/light-base/src/sync_service/parachain.rs#L571-L574 |
I am just getting different crashes every time
Originally posted by @xlc in #2593 (comment)
The text was updated successfully, but these errors were encountered: