-
Notifications
You must be signed in to change notification settings - Fork 911
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
listtransactions crash #3231
Comments
Another
|
@m-schmoock A wild guess, but maybe |
Yes, when a fresh channel is being funded and still unconfirmed, the SQL related log messages appear:
... but it does not crash for me just yet, maybe because the resulting struct is uncleared memory that contained some other valid enough stuff. |
Now it finally crashed for me on master:
It is caused by accessing the first transaction in the list returned by wallet.c SQL struct wally_tx *wtx = tx->tx->wtx; In this case the middle |
Changelog-Fixed: ElementsProject#3231 listtransactions crash
Changelog-Fixed: ElementsProject#3231 listtransactions crash
Changelog-Fixed: #3231 listtransactions crash
I was trying to check the confirmation status of a funding transaction, which is actually unconfirmed.
The text was updated successfully, but these errors were encountered: