Bug 827658
| Summary: | [abrt] dbus doesn't honor EINVAL: Unhandled dwarf expression opcode 0xfa: Process /usr/bin/python2.7 was killed by signal 11 (SIGSEGV) | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | unix63 | ||||||||||
| Component: | dbus | Assignee: | Colin Walters <walters> | ||||||||||
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 17 | CC: | alexander.wajda, bkabrda, dmalcolm, ernestorw, fedora, ivazqueznet, jonathansteffan, lpoetter, mclasen, panos.panos, tomspur, walters | ||||||||||
| Target Milestone: | --- | Keywords: | Patch | ||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:e9ebe84f0bd51a6b0941c792fa7027a142a51390 | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2013-08-01 13:01:40 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: |
|
||||||||||||
|
Description
unix63
2012-06-02 05:10:53 UTC
Created attachment 588626 [details]
File: backtrace
Created attachment 588627 [details]
File: maps
Created attachment 588628 [details]
File: dso_list
Created attachment 588629 [details]
File: build_ids
Thanks for the bug report.
Here is the relevant part of the backtrace:
#0 _dbus_watch_invalidate (watch=0x0) at dbus-watch.c:154
[snip]
#10 0x0000003c8a4478ab in g_main_context_iterate (context=0x21d9590, block=block@entry=1, dispatch=dispatch@entry=1, self=<error reading variable: Unhandled dwarf expression opcode 0xfa>) at gmain.c:3103
max_priority = <optimized out>
timeout = <optimized out>
some_ready = <optimized out>
nfds = <optimized out>
allocated_nfds = 4
fds = 0x28e3120
IIUC: this means that EINVAL is not honored in dbus and this might be a good patch for this.
--- dbus-sysdeps.c.orig 2012-06-02 12:45:02.273620493 +0200
+++ dbus-sysdeps.c 2012-06-02 12:47:58.052381875 +0200
@@ -938,6 +938,10 @@
case EPERM:
return DBUS_ERROR_ACCESS_DENIED;
#endif
+#ifdef EINVAL
+ case EINVAL:
+ return DBUS_ERROR_INVALID_ARGS;
+#endif
#ifdef ENOBUFS
case ENOBUFS:
return DBUS_ERROR_NO_MEMORY;
Reassigning to dbus to verify that.
*** Bug 827857 has been marked as a duplicate of this bug. *** *** Bug 830195 has been marked as a duplicate of this bug. *** *** Bug 830567 has been marked as a duplicate of this bug. *** I ran radiotray - first time it ran, I closed it and ran it again. backtrace_rating: 4 Package: python-2.7.3-7.2.fc17 OS Release: Fedora release 17 (Beefy Miracle) I just tried to browse files on my Nokie E65 phone via bluetooth. The connection to phone is established successfully, but when I click "Browse files" button it immediately crashes. backtrace_rating: 4 Package: gvfs-obexftp-1.14.2-2.fc18 OS Release: Fedora release 18 (Spherical Cow) This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This message is a reminder that Fedora 17 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 17. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '17'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 17's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 17 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 17's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. |