-
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
Segmentation fault in 1.9.0-unstable #19198
Comments
https://github.com/ethereum/go-ethereum/blob/master/core/blockchain.go#L780 if currentFastBlock := bc.CurrentFastBlock(); currentFastBlock.Hash() == hash {
newFastBlock := bc.GetBlock(currentFastBlock.ParentHash(), currentFastBlock.NumberU64()-1)
bc.currentFastBlock.Store(newFastBlock)
rawdb.WriteHeadFastBlockHash(bc.db, newFastBlock.Hash())
} For some reason, |
We think the root cause for issues like this should have been fixed by #20287 . Closing this, please reopen (or open a new ticket) if you hit it again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Command:
geth --syncmode=fast --cache 8192 --ipcpath=/root/gethipc/
Version:
Panic:
The text was updated successfully, but these errors were encountered: