is it possible to find which process dumped core

su suma.37 at gmail.com
Mon Jun 5 09:40:29 EDT 2006


to find which process dumped core at the promt we give

$ file core.28424

core.28424: ELF 32-bit LSB core file of 'soffice.bin' (signal 11),
Intel 80386, version 1 (SYSV), from 'soffice.bin'

from this command we know 'soffice.bin' process dumped core. Now can i
do the same using python i.e. finding which process dumped core?  if so
how can i do it?




More information about the Python-list mailing list