Bug 1277714
| Summary: | [abrt] yumex-dnf: status.py:139:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Stadelmann <fedora> | ||||
| Component: | yumex-dnf | Assignee: | Tim Lauridsen <tim.lauridsen> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 23 | CC: | aloner, geezuslucifer, tim.lauridsen | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/b54ab16ed211de2931aeb1869f6d7cbed4272118 | ||||||
| Whiteboard: | abrt_hash:8fa96550e328e8d4d28cc20894f5e3134fc689c4;VARIANT_ID=workstation; | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-11-20 08:21:23 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 1089236 [details]
File: backtrace
*** This bug has been marked as a duplicate of bug 1269400 *** |
Description of problem: Yumex hang up, I tried to close it, the window disappeared. I started a new instance of yumex which asked me whether I want to quit the currently running instance and I pressed "Yes". Version-Release number of selected component: yumex-dnf-4.1.4-1.fc23 Additional info: reporter: libreport-2.6.3 cmdline: /usr/bin/python3 -tt /usr/bin/yumex-dnf executable: /usr/bin/yumex-dnf kernel: 4.2.5-300.fc23.x86_64 runlevel: N 5 type: Python3 Truncated backtrace: status.py:139:handle_dbus_signals:AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/yumex/status.py", line 73, in __call__ return getattr(self.proxy, self.method)(*args) File "/usr/lib/python3.4/site-packages/yumex/status.py", line 127, in _on_g_signal self.handle_dbus_signals(proxy, sender, signal, args) File "/usr/lib/python3.4/site-packages/yumex/status.py", line 139, in handle_dbus_signals self.app.win.on_status_icon_clicked(force=True) AttributeError: 'NoneType' object has no attribute 'on_status_icon_clicked' Local variables in innermost frame: self: <yumex.status.StatusIcon object at 0x7f3a6bddaf28> args: (4452,) sender: ':1.77' run_pid: 4452 signal: 'ShowSignal' proxy: <DBusProxy object at 0x7f3a6bdd8b40 (GDBusProxy at 0x559e2bf791a0)>