A process associated with a user application keeps crashing on the user, but a core dump is not being saved in the /var/core/pprocess directory. The core dump configuration is:
global core file pattern: /var/core/core. %f.%p
global core file content: default
init core file pattern: core
init core file content: default
global core dumps: enabled
per-process core dumps: enabled
global setid core dumps disabled
per-process setid core dumps: disabled
global core dump logging: disabled
Which option would change the core dump configuration so that a user's per-process core dumps get saved in the /var/core/pprocess directory?
Currently there are no comments in this discussion, be the first to comment!