-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
SIGSEGV when sync transaction doesn't complete before timeout #3585
Comments
This happened to me a couple of times today... |
Also when calling |
Here is the panic. Hash is nil when things fail... Line 59 in 685bfca
|
I still have the crash, even with the fix. Now is crashing a bit earlier in the fix that was introduced
|
Not sure why the response is nil. In either case, will resolve this. |
Summary of Bug
gaiacli tx staking create-validator ...
without fees, behind sentry architecture w/ fees so that tx is not broadcast. As expected, the command times out as the TX is not included in a block.
Steps to Reproduce
Haven't tested, but I'd think any sync TX that doesn't complete.
For Admin Use
The text was updated successfully, but these errors were encountered: