| Did you know ... | Search Documentation: |
| pce-catch_error_signals |
SIGQUIT So, ^\ can be used to generate an error SIGILL Illegal instruction SIGEMT Emulator trap SIGBUS Bus error (illegal aligned pointer) SIGSEGV Segmentation fault (out-of-range pointer) SIGSYS Bad argument to system call SIGPIPE Broken pipe SIGFPE Floating point exception
See your Unix manual for details on these signals.
Defaults: The initial value is @off (do not trap signals). Some host languages switch this flag to @on at initialisation time.
->crash