textbox = gtk.TextView() textbox.set_property("cursor_visible", gtk.FALSE) now click in the TextView and press ctrl-end -> segfault 0x4022550f in gtk_adjustment_set_value () from /usr/lib/libgtk-x11-2.0.so.0
Fixed in GTK+-2.2.2, same as upstream bug: http://bugzilla.gnome.org/show_bug.cgi?id=107889