GNOME Bugzilla – Bug 695364
[3.7.12] gedit segfaults when scrolling
Last modified: 2013-03-07 17:27:46 UTC
Since the GTK 3.7.10 to 3.7.12 update, gedit (3.6) segfaults when try scroll down "_gtk_bubble_window_popdown (window=0x0) at gtkbubblewindow.c:1135 1135 GtkBubbleWindowPrivate *priv = window->priv; (gdb) bt
+ Trace 231605
I think this is a dupe of bug 695304, which has been fixed in master already: commit ca2368dba958d6fecf2fce417307bb9cbbe6eb6b Author: Giovanni Campagna <gcampagna@src.gnome.org> Date: Wed Mar 6 17:04:23 2013 +0100 GtkTextView: don't popdown a bubble if we don't have one This causes a segfault. https://bugzilla.gnome.org/show_bug.cgi?id=695304 *** This bug has been marked as a duplicate of bug 695304 ***
Thanks, sorry about the duplicate, I did a bugzilla query for the first frame of the stacktrace but that didn't return anything because the previous bug didn't have a stacktrace...