Summary: | "invalid request, socket fd %d not open" but no disconnected signal | ||
---|---|---|---|
Product: | dbus | Reporter: | tuqiang2009 |
Component: | core | Assignee: | Havoc Pennington <hp> |
Status: | RESOLVED WORKSFORME | QA Contact: | John (J5) Palmieri <johnp> |
Severity: | normal | ||
Priority: | medium | CC: | smcv |
Version: | 1.4.x | Keywords: | NEEDINFO |
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
tuqiang2009
2011-05-17 11:01:08 UTC
looks the reason the connection is disconnected is: before I use DBusConnection *, I use dbus_connection_ref and later dbus_connection_unref, somehow dbus_connection_unref will call _dbus_connection_last_unref even I'm sure I call dbus_connection_ref and dbus_connection_unref in pair. Can you provide source code that reproduces this issue? You might find it useful to apply the patches from Bug #37286 and run under valgrind with DBUS_CONNECTION_TRACE=1 in the environment. (This will take a long time, but will indicate where your connections are reffed/unreffed.) More information requested 3 years ago and not supplied; there isn't enough here to diagnose or fix a bug, so closing as WORKSFORME. If you have this symptom, please open a new bug (or reopen, if you are the original reporter) with more information. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.