[Touch-packages] [Bug 1433155] Re: bash "kill -l" builtin gives wrong numbers for SIGRTMIN+n signals

2016-09-14 Thread Explorer09
This is not a bug! It's expected behavior! The SIGRTMIN number you quoted from /usr/include/asm/signal.h is a kernel minimum number of real-time signal, which is usually used by pthread library and not available for user apps. Both of these two Stack Exchange questions have explained this:

[Touch-packages] [Bug 1433155] Re: bash kill -l builtin gives wrong numbers for SIGRTMIN+n signals

2015-05-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: bash (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu.

[Touch-packages] [Bug 1433155] Re: bash kill -l builtin gives wrong numbers for SIGRTMIN+n signals

2015-04-19 Thread John Samuel
On executing the following command $ grep SIGRTMIN /usr/include/ -r /usr/include/asm-generic/signal.h:#define SIGRTMIN 32 /usr/include/x86_64-linux-gnu/asm/signal.h:#define SIGRTMIN 32 /usr/include/x86_64-linux-gnu/bits/signum.h:#define SIGRTMIN (__libc_current_sigrtmin ())