Skip to content

Crash in UI Wallet #573

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

Closed
anatolse opened this issue Mar 27, 2019 · 1 comment
Closed

Crash in UI Wallet #573

anatolse opened this issue Mar 27, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@anatolse
Copy link
Member

Bug title
UI Wallet crashes on restart

Bug description
There is a race condition in node initialization. Sometimes NodeProcessor is initialized before node, in this case NodeProcessor has invalid value for verification threads number and as a result tries to allocate more resources that it has.

To Reproduce

  1. Started wallet without local node
  2. Turned on local node, waited
  3. Restarted wallet - >crash

Current behaviour
Crash

Expected behaviour
Wallet should run

@anatolse anatolse added the bug Something isn't working label Mar 27, 2019
@gingervik
Copy link
Member

cannot reproduce on new build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants