Article 6DC2M Missing core dump from child process

Missing core dump from child process

by
skruegel
from LinuxQuestions.org on (#6DC2M)
All-

I have a child process that is not producing a core dump when it terminates. Here is what I have configured:
In etc/profile I have set ulimit -c unlimited
In etc/sysctl.conf I have set:
kernel.core_pattern=core.%e.%p
kernel.core_uses_pid=1
fs.suid_dumpable=1
The folder where the executable runs is writable, and there is enough space on my partition.

I kill the process logged in as root using 'kill -6 <child_pid>

Thanks,
Scott
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments