0
|
The run-time system never produces a core file on any
signal or run-time system error. This is the default behavior of the run-time system.
|
1
|
The run-time system produces a core file when any
system signal is received that would normally produce a core file on the host system; for example, SIGBUS and SIGSEGV (which would usually produce a run-time system error 114). After writing out the core file the process terminates immediately. |
2
|
The run-time system produces a core file when any run-time system error occurs. After writing out the core file the process terminates immediately.
|
3
|
The run-time system produces a snap shot core file when any run-time system error occurs. After writing out the core file the process continues as normal; for example, to display an RTS error message.
|