-
Notifications
You must be signed in to change notification settings - Fork 650
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
cli_wallet crashes on quit #1690
Comments
wasnt that fixed? |
@clockworkgr you mean #177? That issue was closed but not fixed. This issue is different. I've made a patch locally, will push soon. |
in what tag it is happening ? just tried a |
confirmed crash in testnet 3.0.1. |
@oxarbitrage IIRC it always crashes. It's not a big deal, although a bit annoying. The reason is dereferencing after destruction. A side effect with my (unpublished) patch: cli_wallet sometimes hang when pressing "ctrl+c", in this case, if press "enter" again, it will crash. Another side effect with my patch: when server disconnected it, it would hang. IMHO this is serious and unacceptable. By the way, no matter whether patched, cli_wallet always hangs when got external SIGINT or SIGTERM signal ( |
@ryanRfox please assign this task to OpenLedger |
I'm working on this. |
thought it was fixed in: #1104 But probably misunderstood |
@OpenLedgerApp Typically we use the Assignees parameter to indicate who is working on it (sometimes we forget to add this, or are slow to assign for others). By default the the Issue goes into the To do bucket. Please check the Comments within each Issue to determine if anyone is actively working on/discussing the Issue. Sometimes we discuss within To do prior to moving it forward into In development. Please select Issues from To do lacking an Assignee and where discussion indicates no current action. |
@ryanRfox Thanks for the clarifications! We will do so. |
Fix #1690 cli_wallet crashes on quit
Closed by #1695. |
Bug Description
cli_wallet crashes when quitting.
Impacts
Describe which portion(s) of BitShares Core may be impacted by this bug. Please tick at least one box.
Steps To Reproduce
Steps to reproduce the behavior (example outlined below):
cli_wallet
Expected Behavior
cli_wallet should exit cleanly.
Screenshots (optional)
If applicable, add screenshots to help explain process flow and behavior.
Host Environment
Please provide details about the host environment. Much of this information can be found running:
witness_node --version
.Additional Context (optional)
Add any other context about the problem here.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: