[issue9449] glibc detected *** /usr/bin/python: corrupted double-linked list

Nikolaus Rath report at bugs.python.org
Sun Aug 1 18:41:03 CEST 2010


New submission from Nikolaus Rath <Nikolaus at rath.org>:

$ python --version
Python 2.6.5

$ pylint --version
pylint 0.21.1, 
astng 0.20.1, common 0.50.3
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) 
[GCC 4.4.3]

$ pylint pylint_crasher.py 
************* Module pylint_crasher
R0903: 62:Config: Too few public methods (0/2)
[....]
Global evaluation
-----------------
Your code has been rated at 7.33/10

*** glibc detected *** /usr/bin/python: corrupted double-linked list: 0x09f611d8 ***

[Program hangs here]


Since pylint seems to ship with only .py files, I suppose this has to be a bug in the Python interpreter.

----------
components: Interpreter Core
files: pylint_crasher.py
messages: 112352
nosy: Nikratio
priority: normal
severity: normal
status: open
title: glibc detected *** /usr/bin/python: corrupted double-linked list
type: crash
versions: Python 2.6
Added file: http://bugs.python.org/file18312/pylint_crasher.py

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


More information about the Python-bugs-list mailing list