Documentation of signal https://pike.lysator.liu.se/generated/manual/modref/ex/predef_3A_3A/signal.h... 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"?
The latter. Basically, there is no legitimate reason for pike code to trap these signals since there should be nothing pike code can do that cause these signals to be fired.
pike-devel@lists.lysator.liu.se