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

SIGSTOP unrecoverable #3139

Closed
strk opened this issue May 11, 2019 · 5 comments
Closed

SIGSTOP unrecoverable #3139

strk opened this issue May 11, 2019 · 5 comments

Comments

@strk
Copy link

strk commented May 11, 2019

Expected Behavior

You can STOP and RESUME the keepassxc process

Current Behavior

Starting keepassxc from a unix shell and then stopping it with CTRL-z makes the process unrestorable (SIGCONT won't put it out of STOPPED state)

Possible Solution

No idea

Steps to Reproduce

  1. open a terminal, start keepassxc from there
  2. hit CTRL-z
  3. type: bg
  4. Try to use the application

Context

I was trying to use it but had to use the terminal too, so wanted to put it in background

Debug Info

keepassxc 2.3.1
Installed from packages for Ubuntu 18.04 LTS

Libraries:

  • LIBS

Operating system: Ubuntu 18.04 LTS
CPU architecture: x86 64
Kernel: kernel, really ??

Enabled extensions:
I don't know

@strk strk added the bug label May 11, 2019
@droidmonkey
Copy link
Member

to bring an app back from Ctrl+Z you have to issue fg, not bg.

@droidmonkey
Copy link
Member

I cannot replicate this.

@strk
Copy link
Author

strk commented May 18, 2019 via email

@droidmonkey
Copy link
Member

I'll take another looksie

@droidmonkey
Copy link
Member

I still cannot reproduce the behavior you describe with either fg or bg. Make sure you didn't accidentally start another job and you are issuing fg/bg on that instead of KeePassXC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants