-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
simplewallet ctrl+d close failture #32
Comments
I've got the same problem when SIGTERMing the 'bitmonerod' process. (I have to SIGKILL it to achieve it) |
Fixed via this commit |
fluffypony
pushed a commit
to fluffypony/monero
that referenced
this issue
Mar 2, 2015
Add support to BlockchainDB and BlockchainLMDB for batch transactions. Add profiling to block and tx processing and DB operations. Improve block and tx processing efficiency by less repeat hashing. Move LMDB storage to "lmdb" subfolder. - Upon startup, if old LMDB files are detected, abort with a message for the user to move them to subfolder or delete them. Update and fix log statements and formatting.
stoffu
pushed a commit
to stoffu/monero
that referenced
this issue
Jun 17, 2018
Bump version for 0.12.1 point release
scilicet64
referenced
this issue
in Beldex-Coin/beldex
Mar 20, 2019
remove monero 202612 hash workaround
jeffro256
pushed a commit
to jeffro256/monero
that referenced
this issue
Mar 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Commit 2d755b3 (merge from fluffypony) prevents a daemon crash relating to console input, however it creates a hang in simplewallet when attempting to ctrl+d to send eof. This is being actively investigated.
The text was updated successfully, but these errors were encountered: