dbus daemon disconnect

Colin Walters walters at verbum.org
Thu Mar 11 03:25:11 PST 2010


Hi,

On Thu, Mar 11, 2010 at 5:53 AM, Simon Burton <simon at arrowtheory.com> wrote:
>
> For some reason the dbus daemon is disconnecting me
> when i send a particular message. It seems to not like
> this message. Five minutes ago it was working well, i'm
> not sure what changed. Is there a way to get a reason
> why the dbus daemon disconnects me ? Is there a verbose
> setting or logfile to look at ? (note: this is not the
> session or system dbus)

The daemon will disconnect you when you send an invalid message.  Most
often this is caused by sending invalid Unicode as DBUS_TYPE_STRING.
Much less common is a malformed object path as DBUS_TYPE_OBJECT_PATH.


More information about the dbus mailing list