[pydotorg-www] a request to edit a page

Dan Koretsky dank at lacoon.com
Thu Jul 21 07:50:03 EDT 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pydotorg-www/attachments/20160721/07c3ad0d/attachment.html>


More information about the pydotorg-www mailing list