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 695653 - gedit 3.7.5 segfaults when scrolling
gedit 3.7.5 segfaults when scrolling
Status: RESOLVED DUPLICATE of bug 695304
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
3.7.x
Other Linux
: High critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-03-11 19:58 UTC by Dominique Leuenberger
Modified: 2013-03-12 00:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dominique Leuenberger 2013-03-11 19:58:33 UTC
gedit 3.7.5 (with gtk 3.7.12) segfaults as soon as the window scrolls.
It does not matter if a file is loaded and then scrolled or if just text is entered until it starts scrolling...

the segfault looks like:

Program terminated with signal 11, Segmentation fault.
  • #0 _gtk_bubble_window_popdown
    at gtkbubblewindow.c line 1135
  • #0 _gtk_bubble_window_popdown
    at gtkbubblewindow.c line 1135
  • #1 text_window_scroll
    at gtktextview.c line 9104
  • #2 gtk_text_view_value_changed
    at gtktextview.c line 8073
  • #3 g_closure_invoke
    at gclosure.c line 777
  • #4 signal_emit_unlocked_R
    at gsignal.c line 3566
  • #5 g_signal_emit_valist
    at gsignal.c line 3314
  • #6 g_signal_emit
    at gsignal.c line 3370
  • #7 gtk_adjustment_value_changed
    at gtkadjustment.c line 762
  • #8 gtk_scrolled_window_scroll_event
    at gtkscrolledwindow.c line 2311
  • #9 _gtk_marshal_BOOLEAN__BOXEDv
    at gtkmarshalers.c line 130
  • #10 _g_closure_invoke_va
    at gclosure.c line 840
  • #11 g_signal_emit_valist
    at gsignal.c line 3225
  • #12 g_signal_emit
    at gsignal.c line 3370
  • #13 gtk_widget_event_internal
    at gtkwidget.c line 6711
  • #14 gtk_widget_event
    at gtkwidget.c line 6368
  • #15 propagate_event_up
    at gtkmain.c line 2393
  • #16 propagate_event
    at gtkmain.c line 2501
  • #17 gtk_main_do_event
    at gtkmain.c line 1716
  • #18 gdk_event_source_dispatch
    at gdkeventsource.c line 364
  • #19 g_main_context_dispatch
    from /usr/lib64/libglib-2.0.so.0
  • #20 ??
    from /usr/lib64/libglib-2.0.so.0
  • #21 g_main_context_iteration
    from /usr/lib64/libglib-2.0.so.0
  • #22 g_application_run
    from /usr/lib64/libgio-2.0.so.0
  • #23 main
(gdb) quit
Comment 1 Ignacio Casal Quinteiro (nacho) 2013-03-11 20:24:51 UTC
gtk's fault.
Comment 2 Benjamin Berg 2013-03-12 00:26:57 UTC

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