Someone asked why this issue is ANNOYING, here's some clafirication. Basically, most of the stuff said said in linked comment applies here as well: https://rt.perl.org/Ticket/Display.html?id=131003#txn-1496218
In other words, *some* signals have correct values and you don't notice the issue right away. Also, there's practically no workaround, unless you start hard-coding the values. I guess hard-coding can be counted as a workaround, except that it won't work on all systems. And this issue is very likely to be noticed by anybody using SIGUSR1. I think that's enough to justify the tag. FWIW, I've also made a note about this issue in the docs, to prevent people from wasting their time on a known issue: https://docs.perl6.org/type/Supply#sub_signal On 2017-09-01 03:33:34, alex.jakime...@gmail.com wrote: > Code: > say +SIGUSR1 > > Result: > 30 > > > However, on my system SIGUSR1 is *not* 30 (it is 10). I guess rakudo > should try harder to find proper values of the system it runs on. > > See this doc issue: https://github.com/perl6/doc/issues/1474