I am seeing cores dumped in a particular directory continuously. I am sure there must a script that's continuously starting a process which is core-dumping and dying. But, how can I find which process is it?
|
feedback
|
migrated from stackoverflow.com Aug 27 '11 at 6:20
This question came from our site for professional and enthusiast programmers.
|
You can use a debugger to look at the core file:
It should tell you what caused the dump. | |||
|
feedback
|
|
You should also find that the kernel logs the name and PID of the process that faulted. | |||
|
feedback
|
filecommand show you? – Keith Aug 27 '11 at 3:02