Libraries that implement crt0 constructor (crt_constructor) that set SIGRTMIN and SIGRTMIN+1 get silently ignored after runtime initialisation as it overrides without checking sigaction previous assignments.
As specified by POSIX, this should be checked and SIGRTMIN+n should have runtime checks, and not hardcoded.
Runtime, at bare minimum, should assert when silently trying to override a previous sigaction.
Comment #1 by robert.schadek — 2024-12-07T13:43:50Z