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 325740 - Crashes when connecting to same group chat 2nd time round
Crashes when connecting to same group chat 2nd time round
Status: RESOLVED FIXED
Product: gossip
Classification: Deprecated
Component: Group Chat
unspecified
Other Linux
: Normal major
: ---
Assigned To: Gossip Maintainers
Gossip Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-04 09:12 UTC by Martyn Russell
Modified: 2006-01-07 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martyn Russell 2006-01-04 09:12:54 UTC
By the looks of it, it is trying to dereference an invalid GossipGroupChat* structure (previously freed) in group_chat_new_room_event_cb.

Easily reproducable: enter a group chat room, close it, enter the room again and it crashes!
Comment 1 Martyn Russell 2006-01-07 15:17:59 UTC
Fixed.

Finalisation of the group chat was not cleaning up all the signal handlers properly.