Menu

#20 option '-e signal' does not accept valid signal id's

other
closed-fixed
nobody
None
5
2005-02-02
2005-01-21
Anonymous
No

All valid signal id's for the signal filter are
rejected, where as invalid entries are accepted.

test:

strace -e signal=SIGHUP ls

returns:

strace: invalid signal `SIGHUP'

whereas:

strace -e signal=SIGHU ls (missing 'P')

does pass.

Same for any signal other id; textual as well as numerical.

looks like the test for validating the signal filter is
inverted.

Discussion

  • Roland McGrath

    Roland McGrath - 2005-02-02

    Logged In: YES
    user_id=1624

    I've fixed this.

     
  • Roland McGrath

    Roland McGrath - 2005-02-02
    • status: open --> closed-fixed