[issue7424] segmentation fault in listextend during install

Antoine Pitrou report at bugs.python.org
Thu Aug 4 16:22:19 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

The problem with such issues is that:
- they are not reproduceable by someone of the core team
- they only seem to occur in non-debug mode
- they are probably tied to a specific compiler variant, either because of a compiler bug, or some aggressive optimization combined with some misled assumption in Python's code

To narrow it down, you could:
- try with other compiler versions
- try with other Python versions from python.org (for example the recent 3.2.1)

----------

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


More information about the Python-bugs-list mailing list