Description
enable_crash_error_log controls whether ODP intercepts Linux signals SIGABRT, SIGBUS, SIGFPE, and SIGSEGV when a coredump occurs. When True, signals are caught and stack traces for the coredump are written to the log.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Boolean |
| Default value | True |
| Value range |
|
| Effective only after ODP restart | No |
Examples
Run the following command to disable CRASH signal interception:
obclient> alter proxyconfig set enable_crash_error_log='False';
