Bug 1178712
| Summary: | [abrt] gnome-abrt: dbus_problems.py:162:<lambda>:AttributeError: 'NoneType' object has no attribute 'GetInfo' | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Vadim Rutkovsky <vrutkovs> | ||||||||||
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> | ||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Martin Kyral <mkyral> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 7.1 | CC: | jberan, mkyral | ||||||||||
| Target Milestone: | rc | Keywords: | EasyFix, Patch | ||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:bc4a753580aabbc8de11835e32005d896313b94e | ||||||||||||
| Fixed In Version: | gnome-abrt-0.3.4-7.el7 | Doc Type: | Bug Fix | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2016-11-04 03:05:47 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: | 1082324 | ||||||||||||
| Bug Blocks: | |||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 976360 [details]
File: backtrace
Created attachment 976361 [details]
File: environ
Created attachment 976362 [details]
File: machineid
Created attachment 976363 [details]
File: sosreport.tar.xz
Upstream commit https://github.com/abrt/gnome-abrt/commit/b04629f3d98bab61f05f00e1cb27084c0f48139f fixes this bug. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2307.html |
Version-Release number of selected component: gnome-abrt-0.3.4-6.el7 Additional info: reporter: libreport-2.1.11 cmdline: /usr/bin/python /usr/bin/gnome-abrt executable: /usr/bin/gnome-abrt kernel: 3.10.0-219.el7.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: dbus_problems.py:162:<lambda>:AttributeError: 'NoneType' object has no attribute 'GetInfo' Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/gnome_abrt/views.py", line 706, in on_tvs_problems_changed self._set_problem(selection[0]) File "/usr/lib64/python2.7/site-packages/gnome_abrt/views.py", line 129, in wrapper_for_instance_function return func(oops_wnd, *args) File "/usr/lib64/python2.7/site-packages/gnome_abrt/views.py", line 633, in _set_problem sensitive_btn and not problem['not-reportable'] ) File "/usr/lib64/python2.7/site-packages/gnome_abrt/problems.py", line 187, in __getitem__ loaded = self.__loaditems__(item) File "/usr/lib64/python2.7/site-packages/gnome_abrt/problems.py", line 146, in __loaditems__ items = self.source.get_items(self.problem_id, *args) File "/usr/lib64/python2.7/site-packages/gnome_abrt/dbus_problems.py", line 163, in get_items problem_id, args) File "/usr/lib64/python2.7/site-packages/gnome_abrt/dbus_problems.py", line 120, in _send_dbus_message return method(self._interface, *args) File "/usr/lib64/python2.7/site-packages/gnome_abrt/dbus_problems.py", line 162, in <lambda> lambda iface, *params: iface.GetInfo(*params), AttributeError: 'NoneType' object has no attribute 'GetInfo' Local variables in innermost frame: iface: None params: ('/var/tmp/abrt/oops-2015-01-05-12:13:29-2787-2', ('not-reportable',))