It seems they are suppressed by default. Running
$ ulimit -c unlimited
Will enable core dumps for the current terminal, and it will be placed in /cores
as core.PID
. When you open a new session, it will be set to the default value again.
It seems they are suppressed by default. Running
$ ulimit -c unlimited
Will enable core dumps for the current terminal, and it will be placed in /cores
as core.PID
. When you open a new session, it will be set to the default value again.