Documentation of signal https://pike.lysator.liu.se/generated/manual/modref/ex/predef_3A_3A/signal.html says:

"Although it IS possible to trap SIGBUS, SIGSEGV etc, I advise you not to; Pike should not receive any such signals, and if it does, it is because of bugs in the Pike interpreter"

Should I read it as "Pike doesn't support trapping SIGSEGV"?  Or as "We, Pike interpreter developers, try hard not to crash the interpreter but it can happen; in such case please file a bug"?