Kapil Sethi wrote:
> If there are a no. of processes running in background,
> and one of them core dumps, then, how to identify
> which process crash produced the core dump.

You can set parameter kernel.core_uses_pid to 1 in file /etc/sysctl.conf, which will append process id of process that produced core dump.
or use gdb as "gdb -c <core file>", this will give you name of executable which generated the core.


Hope this helps

- Nirendra
--
http://www.nirendra.net


_______________________________________________ ilugd mailinglist -- [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to