| Summary: | [abrt] yumex-3.0.12-1.fc19: backend-launcher.py:36:dispatcher:AttributeError: 'exceptions.IOError' object has no attribute 'msg' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | ARIKO <arikomagik> | ||||||
| Component: | yumex | Assignee: | Tim Lauridsen <tla> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | dcharlespyle, safir, tla | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:0fa46c957bdbe9b846d946054c4f2d0a7f7c3f96 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-10-06 10:19:48 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 807886 [details]
File: backtrace
Created attachment 807887 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1012508 *** Happened while trying to reinstall a kernel. Selected kernel in list, installation failed saying a package was not there when it actually was there in the list. Then it crashed and threw the error that brought me here. Since I am not authorized to post in the bug report that still is open for this problem, I post it here since abrt directed me here. There is a lot of other strangeness going on with this release. Many times packages are listed as being there but trying to install them results in multiple empty transactions and rpm database corruptions. |
Version-Release number of selected component: yumex-3.0.12-1.fc19 Additional info: reporter: libreport-2.1.7 cmdline: /usr/bin/python -E /usr/share/yumex/backend-launcher.py executable: /usr/share/yumex/backend-launcher.py kernel: 3.11.2-201.fc19.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: backend-launcher.py:36:dispatcher:AttributeError: 'exceptions.IOError' object has no attribute 'msg' Traceback (most recent call last): File "/usr/share/yumex/backend-launcher.py", line 60, in <module> rc = dispatcher() File "/usr/share/yumex/backend-launcher.py", line 36, in dispatcher print ":error\texception : %s %s " % ("", e.msg) AttributeError: 'exceptions.IOError' object has no attribute 'msg' Local variables in innermost frame: e: IOError(5, 'Input/output error')