Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src
Date: Fri, 5 Jun 2020 01:50:47 +0200
From: Kamil Rytarowski <n54%gmx.com@localhost>
Message-ID: <aa150c39-4aa0-786f-1868-78d70a7bc9ee%gmx.com@localhost>
| 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
Home |
Main Index |
Thread Index |
Old Index