[issue15175] pydoc -k zip throws segmentation fault

R. David Murray report at bugs.python.org
Mon Jun 25 03:35:01 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Ned: since it is a core dump, I doubt the patch for ignoring exceptions during import will fix this.  Note that 'pyg_register_boxed' is not a string that appears in the python source, so it is pretty certainly a third party extension module that is segfaulting the interpreter.  

The following ubuntu bug appears to be relevant: https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/896836

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15175>
_______________________________________


More information about the Python-bugs-list mailing list