On Thu, 1 Apr 2010, Eric Baplue wrote: > Thanks for the response but how do I do this, it seems that coredumps > are only for (kernel) deamons and gdb only for C programmes.
You can certainly get a coredump for any process (although it might be necessary to set ulimit -c or avoid setuid/setgid during execution) or run it under gdb (after all, Python interpreter *is* a C program). On Thu, 1 Apr 2010, Eric Baplue wrote: > The problem is solved, I have rebuild the whole mrepo www directory and > now yum works fine. That does not fix the bug that made Yum crash. You did not save the old broken crash-inducing repo, did you? -- Pavel Kankovsky aka Peak / Jeremiah 9:21 \ "For death is come up into our MS Windows(tm)..." \ 21st century edition / _______________________________________________ users mailing list [email protected] http://lists.rpmforge.net/mailman/listinfo/users
