Date: Fri, 5 Jun 2020 01:50:47 +0200
From: Kamil Rytarowski <[email protected]>
Message-ID: <[email protected]>
| What happened to RT signal names?
|
| I'm not sure what's wrong as this code works under a debugger.
No idea right now, but I will take a look.
Which shell are you using for that? And which version. That's
relevant as kill is almost always a built in, so when you just
run "kill -l" you're getting whatever the shell knows, but when you
run it under the debugger, you're getting /bin/kill (you could also
try running that explicitly, see if it makes a difference).
kre