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 363085 - Crashes if RequestChannel for a text channel fails
Crashes if RequestChannel for a text channel fails
Status: RESOLVED DUPLICATE of bug 374719
Product: gossip
Classification: Deprecated
Component: Telepathy
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-18 08:33 UTC by Sjoerd Simons
Modified: 2006-11-16 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sjoerd Simons 2006-10-18 08:33:53 UTC
Hi,
  
  The telepathy RequestChannel call can fail in various ways, unfortunately the gossip backend assumes it always succeeds for text channels. While this never happens with gabble, other CM's might returns errors. A good example is when setting up a link local jabber connection to a contact fails (returns a networkerror).

Some debug info:
Gossip output:
** (gossip:17331): WARNING **: RequestChannel() failed: requested channel is not available with handle type 1


** (gossip:17331): CRITICAL **: dbus_g_proxy_get_path: assertion `DBUS_IS_G_PROXY (proxy)' failed

Gdb (note the parameters to g_hash_table_insert): 
Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 17331)

  • #0 IA__g_str_hash
    at gstring.c line 95
  • #1 IA__g_hash_table_insert
    at ghash.c line 231
  • #2 telepathy_send_message
    at gossip-telepathy.c line 1189
  • #3 gossip_protocol_send_message
    at gossip-protocol.c line 397
  • #4 gossip_session_send_message
    at gossip-session.c line 1207
  • #5 private_chat_input_key_press_event_cb
    at gossip-private-chat.c line 363



  Sjoerd
Comment 1 Xavier Claessens 2006-11-16 16:11:47 UTC

*** This bug has been marked as a duplicate of 374719 ***