[systemd-devel] Trying to debug bug 76468

Umut Tezduyar Lindskog umut at tezduyar.com
Wed Apr 9 11:16:43 PDT 2014


Hi,

Trying to debug https://bugs.freedesktop.org/show_bug.cgi?id=76468
which seems to be sd_bus related.

Problem is happening when we mark the sd_event as SD_EVENT_FINISHED
and then tring to call sd_event_source_set_enabled on an event source
that belongs to FINISHED sd_event.

Inside the sd_bus_detach_event() function, isn't it enough to just
unref the sd_bus event sources instead of both calling
sd_event_source_set_enabled() and then unrefing them?

Thanks.


More information about the systemd-devel mailing list