Bug 960016
| Summary: | Unable to report problems: OSError: [Errno 2] No such file or directory | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Philipp Dreimann <philipp> |
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | dcharlespyle, jberan, jfilak |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gnome-abrt-0.2.12-3.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-22 03:08:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Thank you for the report!
Fixed in upstream git:
commit 357b6ccb95355e2f4244ce1ab347750d130631dc
Author: Jakub Filak <jfilak>
Date: Mon May 6 11:01:41 2013 +0200
Make all generated files dependent on configuration
Signed-off-by: Jakub Filak <jfilak>
gnome-abrt-0.2.12-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/FEDORA-2013-7321/gnome-abrt-0.2.12-2.fc19 Thanks, it solved this issue! Package gnome-abrt-0.2.12-3.fc19: * should fix your issue, * was pushed to the Fedora 19 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.12-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-7321/gnome-abrt-0.2.12-3.fc19 then log in and leave karma (feedback). *** Bug 960219 has been marked as a duplicate of this bug. *** gnome-abrt-0.2.12-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: gnome-abrt is not able to report bugs. Version-Release number of selected component (if applicable): gnome-abrt.x86_64 0.2.12-1.fc19 python.x86_64 2.7.4-4.fc19 How reproducible: Always Steps to Reproduce: 1. Start gnome-abrt in a terminal to see the warnings and errors. The gui shows nothing 2. Try to report a but Actual results: $ gnome-abrt /usr/lib64/python2.7/site-packages/gnome_abrt/application.py:79: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal ret = (os.path.basename(cmdline) == os.path.basename(dcmdline) /usr/lib64/python2.7/site-packages/gnome_abrt/application.py:80: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal or cmdline == dcmdline) ERROR:root:[Errno 2] No such file or directory Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/gnome_abrt/controller.py", line 63, in _run_event_on_problem os.execvp(exctbl, args) File "/usr/lib64/python2.7/os.py", line 344, in execvp _execvpe(file, args) File "/usr/lib64/python2.7/os.py", line 368, in _execvpe func(file, *argrest) OSError: [Errno 2] No such file or directory Expected results: The bug should be reported. Additional information: I upgraded to F19 via yum.