http://bugzilla.moblin.org/show_bug.cgi?id=7555
--- Comment #6 from pohly <patrick.ohly(a)intel.com> 2009-11-05 08:40:50 ---
While testing with test-dbus.py I noticed that the server was not shut down
reliably after running a sync. I think that was a timing issue: if the SIGTERM
arrived after running a sync and before returning into the syncevo-dbus-server
main loop, g_main_loop_quit() would be called outside of the loop, thus doing
nothing, so that the signal was ignored.
I've added a reference to this bug to test-dbus.py. Once this issue is
resolved, the sleep and TODO can be removed again.
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.