GNOME Bugzilla – Bug 361272
Fix crash in src/gossip-galago.c due to missing presence states
Last modified: 2006-10-16 17:16:16 UTC
Gossip with Telepathy support enabled crashes on me just after connecting. Attempt to register the same DBusConnection with the message bus, but it is already registered ** (gossip:23886): DEBUG: tp_chan_local_set_interfaces: 0x812b53c, :1.123, /org/freedesktop/Telepathy/Connection/gabble/jabber/matid_matid_net_Telepathy/RosterChannel/publish ** (gossip:23886): DEBUG: tp_chan_local_set_interfaces: 0x812b53c, :1.123, /org/freedesktop/Telepathy/Connection/gabble/jabber/matid_matid_net_Telepathy/RosterChannel/subscribe ** (gossip:23886): DEBUG: tp_chan_local_set_interfaces: 0x812b53c, :1.123, /org/freedesktop/Telepathy/Connection/gabble/jabber/matid_matid_net_Telepathy/RosterChannel/known ** ERROR **: file gossip-galago.c: line 162 (galago_set_status): should not be reached aborting... ** (bug-buddy:23891): WARNING **: Couldn't load icon for Decrypt File ** (bug-buddy:23891): WARNING **: Couldn't load icon for Epiphany Web Bookmarks ** (bug-buddy:23891): WARNING **: Couldn't load icon for Import Key ** (bug-buddy:23891): WARNING **: Couldn't load icon for Open Folder ** (bug-buddy:23891): WARNING **: Couldn't load icon for Verify Signature
Created attachment 74444 [details] Stack trace
Created attachment 74445 [details] Backtrace
Created attachment 74446 [details] [review] Possible fix
This patch fixes the issue. Thanks!
Commited to TELEPATHY, the same should be done to HEAD.
Committed to head as well, thanks!
*** Bug 357918 has been marked as a duplicate of this bug. ***