8000 Continued job is still listed as "stopped" · Issue #6818 · fish-shell/fish-shell · GitHub
[go: up one dir, main page]

Skip to content

Continued job is still listed as "stopped" #6818

@krobelus

Description

@krobelus
$ 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that's not working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0