Bug 26709 - lots of criticals generated by NULL chat-id
Summary: lots of criticals generated by NULL chat-id
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: logger (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-22 20:45 UTC by Danielle Madeley
Modified: 2010-02-25 02:33 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Danielle Madeley 2010-02-22 20:45:59 UTC
(process:11272): libtelepathy-logger-CRITICAL **: tpl_log_entry_set_chat_id: assertion `!TPL_STR_EMPTY (data)' failed

Seems to be caused by log-store-empathy.c:795 passing a chat_id of NULL.

      message = tpl_log_entry_text_new (cm_id,
          tp_proxy_get_object_path (account), NULL,
          TPL_LOG_ENTRY_DIRECTION_NONE);


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.