After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 361272 - Fix crash in src/gossip-galago.c due to missing presence states
Fix crash in src/gossip-galago.c due to missing presence states
Status: RESOLVED FIXED
Product: gossip
Classification: Deprecated
Component: General
0.17
Other Linux
: Normal normal
: ---
Assigned To: Eitan Isaacson
Gossip Maintainers
: 357918 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-10 21:16 UTC by Mateusz Drożdżyński
Modified: 2006-10-16 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Stack trace (368.79 KB, text/plain)
2006-10-10 21:19 UTC, Mateusz Drożdżyński
  Details
Backtrace (5.43 KB, text/plain)
2006-10-10 21:20 UTC, Mateusz Drożdżyński
  Details
Possible fix (715 bytes, patch)
2006-10-10 21:25 UTC, Eitan Isaacson
needs-work Details | Review

Description Mateusz Drożdżyński 2006-10-10 21:16:19 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
Comment 1 Mateusz Drożdżyński 2006-10-10 21:19:24 UTC
Created attachment 74444 [details]
Stack trace
Comment 2 Mateusz Drożdżyński 2006-10-10 21:20:23 UTC
Created attachment 74445 [details]
Backtrace
Comment 3 Eitan Isaacson 2006-10-10 21:25:58 UTC
Created attachment 74446 [details] [review]
Possible fix
Comment 4 Mateusz Drożdżyński 2006-10-10 21:58:32 UTC
This patch fixes the issue. Thanks!
Comment 5 Eitan Isaacson 2006-10-10 22:55:13 UTC
Commited to TELEPATHY, the same should be done to HEAD.
Comment 6 Richard Hult 2006-10-11 06:54:19 UTC
Committed to head as well, thanks!
Comment 7 Richard Hult 2006-10-11 07:02:41 UTC
*** Bug 357918 has been marked as a duplicate of this bug. ***