GNOME Bugzilla – Bug 110853
GtkTextView crashes in some modes
Last modified: 2004-12-22 21:47:04 UTC
if gtk_text_view setted as 'noneditable text view' and 'invisible cursor' ------------- gtk_text_view_set_editable(GTK_TEXT_VIEW(tv), FALSE); gtk_text_view_set_cursor_visible(GTK_TEXT_VIEW(tv), FALSE); ------------- then any click to ^Home (Ctrl+Home) crash entire gtk application with segfault. It's 100% repeatable. My GTK+ version is 2.2.1 I test it on Linux and OpenBSD with XFree86 version 4.3.0
*** This bug has been marked as a duplicate of 107939 ***