If I get segfault on dbus-daemon after same version custombuild - what should I do?
Havoc Pennington
hp at pobox.com
Sat Apr 19 06:35:23 PDT 2008
Hi,
On Sat, Apr 19, 2008 at 6:59 AM, Andrejus Chaliapinas
<a.chaliapinas at infosana.com> wrote:
> By the way - in Java we usually have tons of
>
> if (log.isDebugEnabled())
> {output something}
>
> for easy troubleshooting (just one setting change in logging configuration
> and you see much better picture of internals), but I don't see that inside
> Dbus code. Could I ask why? Having in mind that it's important inter-process
> communication layer it would be very handy in debugging.
>
dbus is loaded with debug prints, not sure what you mean. "man
dbus-daemon" describes how to enable them.
(set "DBUS_VERBOSE=1 DBUS_DEBUG_OUTPUT=1" in short)
Havoc
More information about the dbus
mailing list