-
Notifications
You must be signed in to change notification settings - Fork 790
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
Node crash on Windows server 2012R2 , RocksDB V23.0DB2 #3491
Comments
If anyone wanna take a stab at a PR: Looks like Maybe using |
I'm in favor of adding a wallets::start pattern. Since getting block work from distributed_work doesn't work before the node constructor completes it needs to start after the constructor. |
@argakiig Ricki found this issue which references the same |
Do you know what the default option is? we dont have access to the UI on the github runners so would need to research a programatic way to disable this if it was enabled by default. |
@argakiig Not sure, perhaps this can help: https://docs.microsoft.com/en-us/visualstudio/deployment/building-clickonce-applications-from-the-command-line?view=vs-2019 |
Summary
Originally reported by Ricki in Discord. Node crashes when receiving incoming blocks, may require RocksDB.
Node version
V23.0DB2
Build details
Binary build for Windows: https://s3.us-east-2.amazonaws.com/repo.nano.org/beta/binaries/nano-node-V23.0DB2-win64.exe
OS and version
Windows server 2012R2
Steps to reproduce the behavior
nano_wallet.exe
There may also be a related bug when setting
work_watcher_period = 90
in the config, which when added to the above generates ac0000005
exception code.Expected behavior
Node would receive all transactions and function normally on the network.
Actual behavior
Node crashes with output:
No helpful details in nano logs.
Possible solution
No response
Supporting files
No response
The text was updated successfully, but these errors were encountered: