We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when Stellar-Core crashes when preparing a new range it logs the following error message:
error preparing range: Error fast-forwarding to 17089856: error reading frame length: unmarshalling XDR frame header: xdr:DecodeUint: EOF while decoding 4 bytes - read: '[]'
This is really confusing. We should improve this message and, if possible, log the latest error level message from Stellar-Core.
error
The text was updated successfully, but these errors were encountered:
Related #4066
Sorry, something went wrong.
#4066
Yeah, looks like there's another place in the code we aren't doing this properly.
urvisavla
Successfully merging a pull request may close this issue.
Currently, when Stellar-Core crashes when preparing a new range it logs the following error message:
This is really confusing. We should improve this message and, if possible, log the latest
error
level message from Stellar-Core.The text was updated successfully, but these errors were encountered: