Skip to content

kill: Broken support for querying multiple signal names #6202

Description

@BenWiederhake

Example:

$ ../gnu/src/kill --version | head -n1
kill (GNU coreutils) 9.5
$ ../gnu/src/kill -l SIGUSR1 SIGUSR2
10
12
$ cargo run --all-features kill -l SIGUSR1 SIGUSR2
10
$

Note that the bash built-in kill also supports querying multiple names at the same time, but the Debian default binary (procps-ng 4.0.4) does not.

More issues found while checking #6201

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions