Bug 557409
| Summary: | [abrt] crash in pylint-0.18.1-1.fc12 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Thomas Spura <tomspur> | ||||
| Component: | python-logilab-astng | Assignee: | Brian Lane <bcl> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | icon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:84f9a09e | ||||||
| Fixed In Version: | python-logilab-astng-0.20.0-1.fc13 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 582027 (view as bug list) | Environment: | |||||
| Last Closed: | 2010-04-16 23:38:27 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 582027 | ||||||
| Attachments: |
|
||||||
|
Description
Thomas Spura
2010-01-21 11:34:29 UTC
Created attachment 385904 [details]
File: backtrace
In the backtrace, there is a TypeError raised in /usr/lib/python2.6/site-packages/logilab/astng/protocols.py -> Reassigning to python-logilab-astng This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This is fixed in python-logilab-astng v0.20.0 python-logilab-astng-0.20.0-1.fc13,python-logilab-common-0.49.0-1.fc13,pylint-0.20.0-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/python-logilab-astng-0.20.0-1.fc13,python-logilab-common-0.49.0-1.fc13,pylint-0.20.0-1.fc13 python-logilab-astng-0.20.0-1.fc13, python-logilab-common-0.49.0-1.fc13, pylint-0.20.0-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update python-logilab-astng python-logilab-common pylint'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/python-logilab-astng-0.20.0-1.fc13,python-logilab-common-0.49.0-1.fc13,pylint-0.20.0-1.fc13 I can't test if this bug is gone, because pylint is now completely broken:
$ touch a.py
$ pylint a.py
Traceback (most recent call last):
File "/usr/bin/pylint", line 4, in <module>
lint.Run(sys.argv[1:])
File "/usr/lib/python2.6/site-packages/pylint/lint.py", line 816, in __init__
reporter=reporter, pylintrc=self._rcfile)
File "/usr/lib/python2.6/site-packages/pylint/lint.py", line 275, in __init__
BaseRawChecker.__init__(self)
File "/usr/lib/python2.6/site-packages/pylint/checkers/__init__.py", line 81, in __init__
OptionsProviderMixIn.__init__(self)
File "/usr/lib/python2.6/site-packages/logilab/common/configuration.py", line 685, in __init__
self.load_defaults()
File "/usr/lib/python2.6/site-packages/logilab/common/configuration.py", line 696, in load_defaults
self.set_option(opt_name, default, action, opt_dict)
File "/usr/lib/python2.6/site-packages/pylint/lint.py", line 321, in set_option
MANAGER.set_cache_size(int(value))
AttributeError: 'ASTNGManager' object has no attribute 'set_cache_size'
It seems, there was an ABI brack in logilab. I need to test a new version of pylint for that.
Please don't push this package to stable, till pylint isn't yet ready for stable...
Sorry... didn't update pylint yet, just the other two... :( pylint-0.20.0-1.fc12,python-logilab-astng-0.20.0-1.fc12,python-logilab-common-0.49.0-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/pylint-0.20.0-1.fc12,python-logilab-astng-0.20.0-1.fc12,python-logilab-common-0.49.0-1.fc12 python-logilab-astng-0.20.0-1.fc13, python-logilab-common-0.49.0-1.fc13, pylint-0.20.0-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. pylint-0.20.0-1.fc12, python-logilab-astng-0.20.0-1.fc12, python-logilab-common-0.49.0-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |