Bug 990682
| Summary: | [abrt] gnome-abrt-0.3.0-1.fc18: signals.py:75:glib_sigchld_signal_handler:TypeError: argument must be an int, or have a fileno() method. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Moez Roy <moez.roy> | ||||||||
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 18 | CC: | jberan, jfilak, moez.roy | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | abrt_hash:14fd89e5138cc9166c54a3329b3ea95bf3e6596b | ||||||||||
| Fixed In Version: | abrt-2.1.6-3.fc18 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2013-08-23 00:39:18 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 781293 [details]
File: backtrace
Created attachment 781294 [details]
File: environ
Thank you for the bug report. Which version of pygobject3 do you have installed? (In reply to Jakub Filak from comment #3) > Thank you for the bug report. Which version of pygobject3 do you have > installed? How can I find which version of pygobject3 I have? Ah, sorry, I forgot to write the hint. $ rpm -q pygobject3 [user@localhost ~]$ rpm -q pygobject3 pygobject3-3.4.2-6.fc18.x86_64 [user@localhost ~]$ Created attachment 781548 [details] Revert to usage of pygobject3-3.4 API The patch simply reverts the commit which causes this crash. The reverted commit fixes a deprecation warning (bug #985990) for pygobject3 >= 3.7. The crash is due to incompatibility of pygobjec3-3.4 and pygobject3 >= 3.7 abrt-2.1.6-2.fc18, libreport-2.1.6-2.fc18, gnome-abrt-0.3.0-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/FEDORA-2013-13876/abrt-2.1.6-2.fc18,gnome-abrt-0.3.0-2.fc18,libreport-2.1.6-2.fc18 Package abrt-2.1.6-2.fc18, libreport-2.1.6-2.fc18, gnome-abrt-0.3.0-2.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 abrt-2.1.6-2.fc18 libreport-2.1.6-2.fc18 gnome-abrt-0.3.0-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-13876/abrt-2.1.6-2.fc18,gnome-abrt-0.3.0-2.fc18,libreport-2.1.6-2.fc18 then log in and leave karma (feedback). Package abrt-2.1.6-3.fc18, libreport-2.1.6-2.fc18, gnome-abrt-0.3.0-2.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 abrt-2.1.6-3.fc18 libreport-2.1.6-2.fc18 gnome-abrt-0.3.0-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-13876/abrt-2.1.6-3.fc18,gnome-abrt-0.3.0-2.fc18,libreport-2.1.6-2.fc18 then log in and leave karma (feedback). abrt-2.1.6-3.fc18, libreport-2.1.6-2.fc18, gnome-abrt-0.3.0-2.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: gnome-abrt-0.3.0-1.fc18 Additional info: reporter: libreport-2.1.6 cmdline: python /usr/bin/gnome-abrt executable: /usr/bin/gnome-abrt kernel: 3.9.11-200.fc18.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: signals.py:75:glib_sigchld_signal_handler:TypeError: argument must be an int, or have a fileno() method. Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/gnome_abrt/views.py", line 114, in wrapper_for_instance_function return func(oops_wnd, *args) File "/usr/lib64/python2.7/site-packages/gnome_abrt/views.py", line 662, in on_gac_detail_activate self._controller.detail(selected[0]) File "/usr/lib64/python2.7/site-packages/gnome_abrt/controller.py", line 52, in detail self.run_event_fn("open-gui", problem) File "/usr/lib64/python2.7/site-packages/gnome_abrt/controller.py", line 64, in _first_event_run self._sigchld_assign(self._refresh_sources) File "/usr/lib64/python2.7/site-packages/gnome_abrt/signals.py", line 75, in glib_sigchld_signal_handler _gsource_handle_signal, (callback, data)) TypeError: argument must be an int, or have a fileno() method. Local variables in innermost frame: callback: <bound method Controller._refresh_sources of <gnome_abrt.controller.Controller object at 0x20285d0>> pipes: (15, 16) data: None channel: <gi._glib.IOChannel object at 0x7fad49c5fd10>