Inactive Tutor answered 06/04/26
Tutor
New to Wyzant
To generate a core dump when a Linux process crashes with Segmentation fault, you need to make sure core dumps are enabled for the shell/service and that Linux knows where to write them.
1. Enable core dumps for current shell
Run:
ulimit -c unlimited
Check it:
ulimit -c
Expected output:
unlimited