Summary: | contacts_bind_to_signals: assertion failed: (tp_proxy_has_interface_by_id (connection, TP_IFACE_QUARK_CONNECTION_INTERFACE_CONTACTS)) | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Guillaume Desmottes <guillaume.desmottes> |
Component: | tp-glib | Assignee: | Simon McVittie <smcv> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | major | ||
Priority: | medium | CC: | xclaesse |
Version: | git master | Keywords: | patch |
Hardware: | Other | ||
OS: | All | ||
URL: | http://cgit.freedesktop.org/~smcv/telepathy-glib/log/?h=contacts-49735 | ||
Whiteboard: | r+ | ||
i915 platform: | i915 features: |
Description
Guillaume Desmottes
2012-05-10 07:22:22 UTC
I'm trying to port Mission Control to use the self-TpContact to track our own presence, which also reproduces this crash. From a brief glance at tp-glib, the bug is that contacts_bind_to_signals can be called without checking that the Contacts interface is supported. The reason it has this assertion in the first place is that it uses connection->priv->contact_attribute_interfaces to decide what's supported. ++ Fixed in 0.19.1. Backport to 0.18 not required (the feature didn't exist). |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.