Hi,
In /etc/profile, I do add:
ulimit -S -c unlimited > /dev/null 2>&1
most of the times, I can get core file when my application crash, but there are a few times it does not.
Does anyone know how the core file be generated everytime application crashes ?
What could be the causes for kernel not generating core file ?
thanks,
Ming