Skip to content
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

if keosd fails to aquire wallet lock it lingers forever #513

Closed
spoonincode opened this issue Nov 24, 2022 · 0 comments · Fixed by #763
Closed

if keosd fails to aquire wallet lock it lingers forever #513

spoonincode opened this issue Nov 24, 2022 · 0 comments · Fixed by #763
Assignees
Labels
actionable bug Something isn't working good first issue Good for newcomers 👍 lgtm

Comments

@spoonincode
Copy link
Member

If keosd fails to acquire the wallet lock it will print a failure message but just linger forever until ctrl-C. It should just exit in this case.

$ programs/keosd/keosd
info  2022-11-24T02:04:41.639 keosd     wallet_plugin.cpp:33          plugin_initialize    ] initializing wallet plugin
warn  2022-11-24T02:04:41.639 keosd     wallet_plugin.cpp:51          plugin_initialize    ] 3120000 wallet_exception: Wallet exception
Failed to lock access to wallet directory; is another keosd running?
    {}
    keosd  wallet_manager.cpp:304 initialize_lock

Failed to initialize

Seen on main, unknown if it affects 3.x

@spoonincode spoonincode added the bug Something isn't working label Nov 24, 2022
@enf-ci-bot enf-ci-bot moved this to Todo in Team Backlog Nov 24, 2022
@heifner heifner added actionable and removed triage labels Nov 29, 2022
@greg7mdp greg7mdp self-assigned this Jan 25, 2023
@greg7mdp greg7mdp moved this from Todo to Awaiting Review in Team Backlog Feb 26, 2023
greg7mdp added a commit that referenced this issue Feb 27, 2023
[3.1] keosd - Exit program if keosd fails to aquire wallet lock (GH #513)
greg7mdp added a commit that referenced this issue Mar 1, 2023
[3.1 -> 3.2] keosd - Exit program if keosd fails to aquire wallet lock (GH #513)
greg7mdp added a commit that referenced this issue Mar 1, 2023
[3.2 -> main] keosd - Exit program if keosd fails to aquire wallet lock (GH #513)
@github-project-automation github-project-automation bot moved this from Awaiting Review to Done in Team Backlog Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actionable bug Something isn't working good first issue Good for newcomers 👍 lgtm
Projects
Archived in project
5 participants