http://bugzilla.moblin.org/show_bug.cgi?id=7555
--- Comment #4 from pohly <patrick.ohly(a)intel.com> 2009-11-02 02:03:57 ---
There are some more aspects to this:
- SIGINT/TERM should always terminate syncevo-dbus-server, regardless whether
a sync runs or not. The goal here is to be deterministic. IMHO this does
not work at the moment because the signal handler inside SyncContext
handles the signal and then only aborts the sync, but not the outer
event loop.
- The process should be terminated even when there are other sync requests
pending.
This is something which is hard to test manually. Therefore a test case as part
of test-dbus.py should be written which covers these situations.
--
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.