[Bug 48720] telepathy-gabble crashed with signal 5 in g_simple_async_result_complete()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Apr 17 20:42:41 CEST 2012


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

Jonny Lamb <jonny.lamb at collabora.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #3 from Jonny Lamb <jonny.lamb at collabora.co.uk> 2012-04-17 11:42:41 PDT ---
I don't get this. The line where an assertion is clearly not satisfied is
wocky-c2s-porter.c:1377. Yet, in gabble 0.13.5 this is the line:

1374  if (!wocky_xmpp_connection_send_close_finish (WOCKY_XMPP_CONNECTION
(source),
1375        res, &error))
1376    {
1377      g_simple_async_result_set_from_error (priv->close_result, error);
1378      g_error_free (error);
1379
1380      goto out;
1381    }

So g_simple_async_result_set_from_error, but that's a real symbol (not inline
or a macro) and we don't get a frame for g_simple_async_result_set_from_error
in the backtrace so it seems to be failing in close_sent_cb?

However, there's no typecheck there? so I don't understand what's actually
failing here. If we could see what assertion is actually being logged failing
that would be useful. Perhaps look in xsession-errors?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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