Bug 590397
| Summary: | [abrt] crash in abrt-gui-1.1.0-1.fc13: CCDump.py:100:getPackageName:AttributeError: Dump instance has no attribute 'package' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | ghostwik | ||||
| Component: | abrt | Assignee: | Jiri Moskovcak <jmoskovc> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | anton, dfediuck, dvlasenk, iprikryl, jmoskovc, kklic, mnowak, npajkovs | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:1b0f91af | ||||||
| Fixed In Version: | abrt-2.0.1-2.fc15 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-04-26 16:20:16 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: | |||||||
| Attachments: |
|
||||||
Created attachment 412623 [details]
File: backtrace
abrt-2.0.0-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/abrt-2.0.0-1.fc15 abrt-2.0.0-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/abrt-2.0.0-2.fc15 Package abrt-2.0.0-2.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing abrt-2.0.0-2.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/abrt-2.0.0-2.fc15 then log in and leave karma (feedback). abrt-2.0.0-3.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/abrt-2.0.0-3.fc15 abrt-2.0.0-4.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/abrt-2.0.0-4.fc15 abrt-2.0.0-5.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/abrt-2.0.0-5.fc15 abrt-2.0.1-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/abrt-2.0.1-1.fc15 abrt-2.0.1-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/abrt-2.0.1-2.fc15 abrt-2.0.1-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
abrt 1.1.0 detected a crash. architecture: x86_64 cmdline: /usr/bin/python /usr/share/abrt/CCMainWindow.py component: abrt executable: /usr/share/abrt/CCMainWindow.py kernel: 2.6.33.3-85.fc13.x86_64 package: abrt-gui-1.1.0-1.fc13 reason: CCDump.py:100:getPackageName:AttributeError: Dump instance has no attribute 'package' release: Fedora release 13 (Goddard) How to reproduce: 1. I've deleted crash from abrt backtrace ----- CCDump.py:100:getPackageName:AttributeError: Dump instance has no attribute 'package' Traceback (most recent call last): File "/usr/share/abrt/CCMainWindow.py", line 236, in on_tvDumps_cursor_changed l_heading.set_markup(_("<b>%s Crash</b>\n%s") % (dump.getPackageName().title(),dump.getPackage())) File "/usr/share/abrt/CCDump.py", line 100, in getPackageName name_delimiter_pos = self.package[:self.package.rfind("-")].rfind("-") AttributeError: Dump instance has no attribute 'package' Local variables in innermost frame: self: <CCDump.Dump instance at 0x1304908>