I can't seems to reproduce this when clicking around try to select text
over and over again in the chat scrolling window. Is there some detail
I'm missing to be able to reproduce this bug?

Looking at the stack trace, disassembly/registers and the gtk code for
that version, seems to me like the issue is the use of
gtk_clipboard_get() to get the clipboard to pass to
gtk_clipboard_set_text() in xtext.c. It would appear as though the
widget window can't be determined, not sure why.

In xchat (not xchat-gnome) similar code, and elsewhere in xchat-gnome,
looks like gtk_widget_get_clipboard() is used instead. Maybe it would be
sufficient to replace the gtk_clipboard_get() call with this to solve
the issue.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to xchat-gnome in Ubuntu.
https://bugs.launchpad.net/bugs/844003

Title:
  xchat-gnome crashed with SIGSEGV in gtk_clipboard_set_contents()

To manage notifications about this bug go to:
https://bugs.launchpad.net/xchat-gnome/+bug/844003/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to