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