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 110795 - Crash when pressing ctrl-home with selected text in GtkTextView
Crash when pressing ctrl-home with selected text in GtkTextView
Status: RESOLVED DUPLICATE of bug 107939
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2003-04-14 22:53 UTC by Christophe Lambin
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Full backtrace (3.10 KB, text/plain)
2003-04-14 22:54 UTC, Christophe Lambin
Details

Description Christophe Lambin 2003-04-14 22:53:27 UTC
If I have some text selected in a GtkTextView widget, pressing ctrl-home
will consistently crash the program:

  • #0 gtk_adjustment_set_value
    from /usr/lib/libgtk-x11-2.0.so.0
  • #1 gtk_text_view_get_line_at_y
    from /usr/lib/libgtk-x11-2.0.so.0
  • #2 gtk_text_view_place_cursor_onscreen
    from /usr/lib/libgtk-x11-2.0.so.0
  • #3 _gtk_marshal_VOID__ENUM_INT_BOOLEAN
    from /usr/lib/libgtk-x11-2.0.so.0

On my RH9 system, this is easily recreated using gtk-demo: selecting any
text in the right hand text widget and pressing ctrl-home will consistently
cause the crash.
Comment 1 Christophe Lambin 2003-04-14 22:54:07 UTC
Created attachment 15720 [details]
Full backtrace
Comment 2 Christophe Lambin 2003-04-15 06:53:08 UTC

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