New submission from Nikolaus Rath <nikol...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9449> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com