Skip to content
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

Thread 'main' panic during wallet sweep #13

Open
DagitUser69 opened this issue Aug 6, 2024 · 2 comments
Open

Thread 'main' panic during wallet sweep #13

DagitUser69 opened this issue Aug 6, 2024 · 2 comments

Comments

@DagitUser69
Copy link

When issuing a sweep command from the CLI wallet sometimes there is a thread 'main' panic and the wallet halts and quits. I have noticed this when there is more UTXOs in the wallet.

When this issue occurs some of the UTXO's are successfully swept while still leaving some UTXO's remaining. re-launching the wallet and re-running sweep command will sweep the remaining UTXO's.

I have attached a screenshot of the sweep when thread main panic occurs.
Capture

@0xA001113
Copy link
Member

Will check it in next dev branch, it is too late for v0.3.15 already as we are close to release it.

@x100111010
Copy link
Member

@DagitUser69 That bug happens because some of the data collected during the summary information process wasn't handled properly, leading to crashes during sanity checks when sweeping large sets of UTXOs. It was addressed in our latest release: https://github.com/spectre-project/rusty-spectre/releases/tag/v0.3.16

In this commit: 490af48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants