Skip to content

env: signal flags do not understand RTMIN+n #11151

@enr0n

Description

@enr0n

This probably affects all tools that use signals in some way. First, signal.rs does not consider SIGRTMIN or SIGRTMAX on Linux at all.

But, even where these are defined, the code does not handle SIGRTMIN+n notation. E.g.:

root@r:~# env --block-signal=RTMIN+7
env: 'RTMIN+7': invalid signal
root@r:~# env --version
uu_env (uutils coreutils) 0.6.0

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