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

Continued job is still listed as "stopped" #6818

Closed
krobelus opened this issue Mar 27, 2020 · 0 comments
Closed

Continued job is still listed as "stopped" #6818

krobelus opened this issue Mar 27, 2020 · 0 comments
Labels
bug Something that's not working as intended
Milestone

Comments

@krobelus
Copy link
Member

$ sleep 20 &
$ jobs
Job     Group   CPU     State   Command
1       1086663 0%      running sleep 20 &
$ kill -SIGSTOP %1
Job 1, 'sleep 50 &' has stopped
$ jobs
Job     Group   CPU     State   Command
1       1086663 0%      stopped sleep 20 &
$ kill -SIGCONT %1
$ jobs
Job     Group   CPU     State   Command
1       1086663 0%      stopped sleep 20 &

The last output is wrong, it should say "running".

Happens on master, 3.1.0, and 3.0.2.

@krobelus krobelus added the bug Something that's not working as intended label Mar 27, 2020
@krobelus krobelus added this to the fish-future milestone Mar 27, 2020
@krobelus krobelus modified the milestones: fish-future, fish 3.2.0 Mar 27, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something that's not working as intended
Projects
None yet
Development

No branches or pull requests

1 participant