You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Started wallet without local node
Turned on local node, waited
Restarted wallet - >crash
Current behaviour
Crash
Expected behaviour
Wallet should run
The text was updated successfully, but these errors were encountered:
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
Current behaviour
Crash
Expected behaviour
Wallet should run
The text was updated successfully, but these errors were encountered: