Bug 878035
| Summary: | gnome-abrt crashes because of uncaught InvalidProblem exception caused by out of date list of problems | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Radek Vokál <rvokal> | ||||||||||
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 18 | CC: | jberan, jfilak | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | i686 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:cfa289930510e132deea8a5f32e95e04975e1450 | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2013-01-12 01:32:14 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 647763 [details]
File: executable
Created attachment 647764 [details]
File: environ
Created attachment 647765 [details]
File: smolt_data
Created attachment 647766 [details]
File: core_backtrace
upstream commit 3a4812cdee9298a909cdd547212b7778602dac03 gnome-abrt-0.2.5-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/gnome-abrt-0.2.5-1.fc18 Package gnome-abrt-0.2.5-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnome-abrt-0.2.5-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-19312/gnome-abrt-0.2.5-1.fc18 then log in and leave karma (feedback). gnome-abrt-0.2.5-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: no clue Version-Release number of selected component: gnome-abrt-0.2.4-1.fc18 Additional info: libreport version: 2.0.18 abrt_version: 2.0.18 cmdline: python /usr/bin/gnome-abrt kernel: 3.6.6-9.fc18.i686 backtrace: :dbus_problems.py:130:get_items:InvalidProblem: '/var/spool/abrt/ccpp-2012-11-19-09:46:15-1611' is not a valid problem directory : :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/gnome_abrt/views.py", line 257, in on_tvs_problems_changed : self._set_problem(self._get_selected(selection)) : File "/usr/lib/python2.7/site-packages/gnome_abrt/views.py", line 225, in _set_problem : if problem['is_reported']: : File "/usr/lib/python2.7/site-packages/gnome_abrt/problems.py", line 116, in __getitem__ : return self.is_reported() : File "/usr/lib/python2.7/site-packages/gnome_abrt/problems.py", line 161, in is_reported : return not self['reported_to'] is None : File "/usr/lib/python2.7/site-packages/gnome_abrt/problems.py", line 123, in __getitem__ : loaded = self.__loaditems__(item) : File "/usr/lib/python2.7/site-packages/gnome_abrt/problems.py", line 104, in __loaditems__ : items = self.source.get_items(self.problem_id, *args) : File "/usr/lib/python2.7/site-packages/gnome_abrt/dbus_problems.py", line 130, in get_items : raise errors.InvalidProblem(e.message) :InvalidProblem: '/var/spool/abrt/ccpp-2012-11-19-09:46:15-1611' is not a valid problem directory : :Local variables in innermost frame: :info: {} :self: <gnome_abrt.dbus_problems.DBusProblemSource object at 0x85f480c> :args: ('reported_to',) :e: DBusException("'/var/spool/abrt/ccpp-2012-11-19-09:46:15-1611' is not a valid problem directory",) :problem_id: '/var/spool/abrt/ccpp-2012-11-19-09:46:15-1611'