Bug 1453003
| Summary: | [abrt] dnfdragora-gui: __shutdown(): updater.py:92:__shutdown:TypeError: 'list' object is not callable | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Joseph D. Wagner <joe> | ||||||||||||||||
| Component: | dnfdragora | Assignee: | Björn Esser (besser82) <besser82> | ||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||
| Version: | 27 | CC: | besser82, leigh123linux, lupinix.fedora, ngompa13, r.simons, toudicmorgan, zethan191 | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/aa158904b9840720ea6db46a213e90fa719cbfb7 | ||||||||||||||||||
| Whiteboard: | abrt_hash:0f5620636b2d8b05b210a1950c596591ba636c05; | ||||||||||||||||||
| Fixed In Version: | dnfdragora-1.0.1-8.git20171229.24e4647.fc27 dnfdragora-1.0.1-8.git20171229.24e4647.fc26 | Doc Type: | If docs needed, set a value | ||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||
| Last Closed: | 2017-12-31 21:26:35 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 1280822 [details]
File: backtrace
Created attachment 1280823 [details]
File: cgroup
Created attachment 1280824 [details]
File: cpuinfo
Created attachment 1280825 [details]
File: environ
Created attachment 1280826 [details]
File: mountinfo
Created attachment 1280827 [details]
File: namespaces
Created attachment 1280828 [details]
File: open_fds
This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle. Changing version to '27'. Similar problem has been detected: I wanted to shutdown dnfdragora by right clicking the item in the menu bar (on cinnamon) and then pressing "Exit" reporter: libreport-2.9.3 cmdline: /usr/bin/python3 /usr/bin/dnfdragora-updater crash_function: __shutdown exception_type: TypeError executable: /usr/bin/dnfdragora-updater kernel: 4.13.12-300.fc27.x86_64 package: dnfdragora-gui-1.0.1-6.git20170505.2a3b056.fc27 reason: updater.py:92:__shutdown:TypeError: 'list' object is not callable runlevel: N 5 type: Python3 uid: 1000 dnfdaemon-0.3.18-5.fc27 dnfdragora-1.0.1-8.git20171229.24e4647.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-d66bd84f06 dnfdaemon-0.3.18-5.fc26 dnfdragora-1.0.1-8.git20171229.24e4647.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-8caadb4a1b dnfdaemon-0.3.18-5.fc27, dnfdragora-1.0.1-8.git20171229.24e4647.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-d66bd84f06 dnfdaemon-0.3.18-5.fc26, dnfdragora-1.0.1-8.git20171229.24e4647.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-8caadb4a1b dnfdaemon-0.3.18-5.fc27, dnfdragora-1.0.1-8.git20171229.24e4647.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. dnfdaemon-0.3.18-5.fc26, dnfdragora-1.0.1-8.git20171229.24e4647.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 1568673 has been marked as a duplicate of this bug. *** |
Description of problem: I right-clicked the icon, and clicked exit. Version-Release number of selected component: dnfdragora-gui-1.0.1-5.git20170505.2a3b056.fc27 Additional info: reporter: libreport-2.9.1 cmdline: /usr/bin/python3 /usr/bin/dnfdragora-updater crash_function: __shutdown exception_type: TypeError executable: /usr/bin/dnfdragora-updater kernel: 4.12.0-0.rc1.git1.1.fc27.x86_64 runlevel: N 5 type: Python3 uid: 1000 Truncated backtrace: updater.py:92:__shutdown:TypeError: 'list' object is not callable Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/pystray/_base.py", line 236, in inner callback(self) File "/usr/lib/python3.6/site-packages/pystray/_base.py", line 320, in __call__ return self._action(icon, self) File "/usr/lib/python3.6/site-packages/pystray/_base.py", line 414, in wrapper1 return action(icon) File "/usr/lib/python3.6/site-packages/dnfdragora/updater.py", line 92, in __shutdown for task in self.__scheduler.queue(): TypeError: 'list' object is not callable Local variables in innermost frame: kwargs: (<pystray._gtk.Icon object at 0x7fbca9b88dd8>,) self: <dnfdragora.updater.Updater object at 0x7fbccb90e5c0>