This page:
https://wiki.python.org/moin/DebuggingWithGdb

has extremely useful information for debugging halted python processes.
I want to add a section for doing this on Centos since on it the commands
mentioned there weren't enough.

I just want to add a section of the following form:

"For Centos"
In Centos (7 for example) the package python-debuginfo is not directly
accessible.
You need to run the following commands to install it (probably under sudo):

   1. yum install yum-utils
   2. debuginfo-install glibc
   3. yum install python-debuginfo



If this would be possible, it would help users wonderfully debug python
processes on centos too - at my job these were kind-of-production systems,
thus they were centos.

Thanks,
Danko
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to