http://bugzilla.moblin.org/show_bug.cgi?id=9991
pohly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from pohly <[email protected]> 2010-03-03 06:09:06 PST --- The error message came from gdbus. Fixed, which hopefully also addresses the crash (couldn't reproduce that). Detecting a running server is done when registering the new one, which must be an atomic operation to avoid race condition. However, failure is not reported such that we can print an exact report. I changed it as follows: commit 3db3e9d9166e84dd73aca19555dad0e78a1d0aa3 Author: Patrick Ohly <[email protected]> Date: Wed Mar 3 11:31:59 2010 +0100 syncevo-dbus-server: better error message when starting twice (MB #9991) Now we print [ERROR] g_dbus_setup_bus() failed - server already running? instead of just [ERROR] g_dbus_setup_bus() failed Starting the server twice was the most common reason for the problem. Unfortunately we cannot be sure, because g_dbus_setup_bus() doesn't set an error. -- Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching someone on the CC list of the bug. _______________________________________________ Syncevolution-issues mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution-issues
