[Bug 76828] [next] TpClientFactory should be the top level singleton

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 2 04:42:23 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=76828

--- Comment #14 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Created attachment 96775
  --> https://bugs.freedesktop.org/attachment.cgi?id=96775&action=edit
mc-debug-server: if we have several reasons to stop, don't  crash

Previously, when the session and (fake) system bus closed (simultaneously,
because they are in fact the same dbus-daemon), we would call
mcd_mission_abort() for the first one. That results in
a call to tp_clear_object (&mcd), and then the second call to
mcd_mission_abort (mcd) would crash with a critical warning, because
MCD_IS_MISSION (NULL) is false.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the telepathy-bugs mailing list