-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
ethereum node panic. #29860
Comments
Could you please provide the panic log? Your image is not resolved. |
panic: moveToList("fast" - "slow"): node 524d07ba7d306c095c933d942982d9ae8c629e89548faae7d5e24a5801958cc not in source list |
And than, i add two static node to the config. but it still doesn't work. The panic has happen again. |
I'm wondering why we should panic here. if !source.remove(n) {
panic(fmt.Errorf("moveToList(%q -> %q): node %v not in source list", source.name, dest.name, n.ID()))
} If the source list doesn't contain the node, just leave a warning log will that be ok? |
so i need change the source code and rebuild again? |
@NathanHo1024 Please wait a bit, we will investigate the panic. As now, you could downgrade your node to latest release https://github.com/ethereum/go-ethereum/releases/tag/v1.14.3 |
ok, thanks. bro. |
hi. sir. i got a panic in my ethereum node. i wonder what's happen? the ethereum docker version : ethereum/client-go:latest . image id : 651587b0bf93
The text was updated successfully, but these errors were encountered: