HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #910832
gtk chat message crash on link tag
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Reported by louis94 in irc.
gtk-clients sometimes crash when receiving link tags.
The problem seems to be in that we g_object_unref() the tag, despite it been created by gtk_text_buffer_create_tag() that is documented not to give ownership of the created tag to us. ("The returned tag is owned by the buffer’s tag table")
I think this is serious enough to go to 2.6.3, even to postpone it if the fix cannot be handled in time.
Related issues
History
#1
Updated by Marko Lindqvist 21 days ago
- File 0034-gtk-Fix-crash-on-receiving-chat-with-link-tags.patch 0034-gtk-Fix-crash-on-receiving-chat-with-link-tags.patch added
- File 0031-gtk-Fix-crash-on-receiving-chat-with-link-tags.patch 0031-gtk-Fix-crash-on-receiving-chat-with-link-tags.patch added
- Status changed from In Progress to Resolved
#2
Updated by Marko Lindqvist 21 days ago
- Blocks Task #899915: Release 2.6.3 added
#3
Updated by Louis Moureaux 20 days ago
I got reports from several people that this fixes the crash they've been experiencing. Kudos!
#4
Updated by Marko Lindqvist 19 days ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist