This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nikratio
Recipients nikratio
Date 2010-08-01.16:40:54
SpamBayes Score 0.0016401144
Marked as misclassified No
Message-id <1280680863.06.0.649816134014.issue9449@psf.upfronthosting.co.za>
In-reply-to
Content
$ 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.
History
Date User Action Args
2010-08-01 16:41:03nikratiosetrecipients: + nikratio
2010-08-01 16:41:03nikratiosetmessageid: <1280680863.06.0.649816134014.issue9449@psf.upfronthosting.co.za>
2010-08-01 16:41:01nikratiolinkissue9449 messages
2010-08-01 16:41:00nikratiocreate