[CentOS] generate core dump for process

Wed Sep 16 17:25:27 UTC 2009
Jerry Geis <geisj at pagestation.com>

Hi all.

I ran "ulimit -c unlimited" as root on my machine (centos 5.3 x86_64)
when I run the process it is getting SIGSEGV but not creating a core dump?
What else do I need to do to get a core dump file

when I run "gdb myprocess" the SIGSEGV does not happen.

Jerry