[Bug 40356] empathy-chat crashed with SIGSEGV in _tp_base_client_handle_channels()

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 14 14:44:05 CEST 2011


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

--- Comment #1 from Will Thompson <will.thompson at collabora.co.uk> 2011-10-14 05:44:04 PDT ---
Looking at base-client.c:2336:

2332    channel = ensure_channel (self, connection, chan_path, chan_props,
2333        &error);
2334    if (channel == NULL)
2335      {
2336 →      DEBUG ("Failed to create TpChannel: %s", error->message);
2337        goto out;
2338      }

This plus:

SegvReason: reading NULL VMA

suggests to me that 'error' is NULL, which suggests to me that 'ensure_channel'
(or rather, something within it) is hitting g_return_if_fail().

>From the .xsession-errors file, a few instances of:

(empathy:26326): empathy-CRITICAL **: empathy_contact_get_account: assertion
`EMPATHY_IS_CONTACT (contact)' failed

are the only criticals I see. From ProcStatus.txt:

Pid:    28326

Soooooooo this looks like Empathy is probably at fault here.

-- 
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