Bug 960219
| Summary: | A problem with ABRT | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | D. Charles Pyle <dcharlespyle> |
| Component: | gnome-abrt | Assignee: | Jakub Filak <jfilak> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | jberan, jfilak |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:0ee7a8f819f1bf4d9f3a4dcd8e8aca5ad42e6b62 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-07 06:13:28 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: | |||
|
Description
D. Charles Pyle
2013-05-06 17:42:29 UTC
If gnome-abrt is run from Terminal, I find the following:
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 14: reading configurations from ~/.fonts.conf is deprecated.
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
I get the following from GDB: "/usr/bin/gnome-abrt": not in executable format: File format not recognized Not sure on this one if it is just me or if there is a problem with the file since it runs from the terminal. But I've never seen this error in GDB before. (In reply to comment #2) > I get the following from GDB: > > "/usr/bin/gnome-abrt": not in executable format: File format not recognized > > Not sure on this one if it is just me or if there is a problem with the file > since it runs from the terminal. But I've never seen this error in GDB > before. I just noticed gnome-abrt is a python script so it appears I am executing it wrongly in GDB. Executing it as a python script gives nothing useful. Thank you for the report and your effort you've put into this bug! This particular bug has already been reported and updates to this package have been released, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 960016 *** |