-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ion 5.0.00 error: Corruption: block checksum mismatch #29
Comments
The original error occurred when I was attempting to shutdown the wallet. The wallet was running for a while before the attempted shutdown. It most likely had plenty of connections. The wallet was not mining or minting. The wallet was locked. |
From discord discussion: The first error happened when I was attempting to close the wallet. It was a fatal error. The wallet caught it gracefully and an error was presented to the user. While this error should not have happened, at least the wallet caught it. The error was a checksum mismatch and a corruption of the database. Hence the need for a For the second error that happened on restart, was while reading the corrupted database. In this case there was no graceful exit. The program completely crashed out. While this is an unexpected issue (the database should not have been corrupted) there should have been a check in the code that caught unexpected errors while reading the DB. There is an assertion() check in the code ( Line 71 in ba48de3
The --reindex fixes the DB error because it just deletes whatever database is there (in our case the corrupted one) and replaces it with a fresh one. |
Got an error that I had not seen before Fatal Error: "Corruption: block checksum mismatch".
Describe the issue
From the log file:
v 5.0.00
When reloading I get:
Log file from restart:
Log file for the previous ~2 hours:
https://pastebin.com/51mUWPu3
FYI, launching with
--reindex
seems to fix the issue. I will let you know if there are any issues with the repair. Strange error. I have never seen it before.Wallet has fully synced after
--reindex
and seems to be working without any issues.Can you reliably reproduce the issue?
Unable to reproduce
What version of Ion Core are you using?
5.0.00
Machine specs:
The text was updated successfully, but these errors were encountered: