is it possible to find which process dumped core

K.S.Sreeram sreeram at tachyontech.net
Mon Jun 5 10:03:17 EDT 2006


su wrote:
> 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?

You're best bet would be to run the 'file' program using the subprocess
module and parse the output that it generates.

Regards
Sreeram


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20060605/78243544/attachment.sig>


More information about the Python-list mailing list