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 110853 - GtkTextView crashes in some modes
GtkTextView crashes in some modes
Status: RESOLVED DUPLICATE of bug 107939
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
2.2.x
Other All
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-04-15 13:08 UTC by Grigory Bakunov
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Grigory Bakunov 2003-04-15 13:08:01 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
Comment 1 Matthias Clasen 2003-04-15 13:40:32 UTC

*** This bug has been marked as a duplicate of 107939 ***