Bug 756742 - Crashed with traceback
Summary: Crashed with traceback
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: pylint
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-24 12:22 UTC by techtonik
Modified: 2012-04-12 02:29 UTC (History)
2 users (show)

Fixed In Version: pylint-0.25.1-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-15 00:13:58 UTC
Type: ---


Attachments (Terms of Use)

Description techtonik 2011-11-24 12:22:23 UTC
Description of problem:
Crashes with traceback. Can't even read --help or --version output.

How reproducible:
Always

Steps to Reproduce:
1.hg clone https://code.google.com/p/rietveld/
2.cd rietveld; hg up -r 772
3.pylint --version
  
Actual results:
$ pylint --version
Traceback (most recent call last):
  File "/usr/bin/pylint", line 4, in <module>
    lint.Run(sys.argv[1:])
  File "/usr/lib/python2.7/site-packages/pylint/lint.py", line 833, in __init__
    linter.load_config_file()
  File "/usr/lib/python2.7/site-packages/logilab/common/configuration.py", line 649, in load_config_file
    provider.set_option(option, value, optdict=optdict)
  File "/usr/lib/python2.7/site-packages/pylint/lint.py", line 301, in set_option
    meth(_id)
  File "/usr/lib/python2.7/site-packages/pylint/utils.py", line 172, in disable
    msg = self.check_message_id(msgid)
  File "/usr/lib/python2.7/site-packages/pylint/utils.py", line 229, in check_message_id
    raise UnknownMessage('No such message id %s' % msgid)
pylint.utils.UnknownMessage: No such message id W1201


Expected results:
No config file found, using default configuration
pylint 0.23.0, 
astng 0.21.1, common 0.55.1
Python 2.7.2 (default, Oct 27 2011, 01:36:46) 
[GCC 4.6.1 20111003 (Red Hat 4.6.1-10)]

Comment 1 Matthias Runge 2011-11-25 11:29:44 UTC
External bug url: http://www.logilab.org/ticket/83780

Comment 2 techtonik 2011-11-26 10:30:16 UTC
(In reply to comment #1)
> External bug url: http://www.logilab.org/ticket/83780

Incorrect URL. The correct one is: http://www.logilab.org/ticket/83845

Comment 3 Fedora Update System 2012-03-15 00:19:17 UTC
pylint-0.25.1-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/pylint-0.25.1-1.fc17

Comment 4 Fedora Update System 2012-04-12 02:29:34 UTC
pylint-0.25.1-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.