GNOME Bugzilla – Bug 394406
Crash caused by incomplete text_window_realize change
Last modified: 2007-01-08 21:36:17 UTC
Internal API text_window_realize in gtk/gtktextview.c was changed from static void text_window_realize (GtkTextWindow *win, GdkWindow *parent) in gtk 2.10.6 to static void text_window_realize (GtkTextWindow *win, GtkWidget *widget) However, calls to text_window_realize in set_window_width and set_window_height (also in gtktextview.c) seem unconverted to the new API. This causes a crash in my text editor, Mousepad. You can see the backtrace reported by my users here: http://bugzilla.xfce.org/show_bug.cgi?id=2718 I unfortunately can't provide a test app, as I cannot currently upgrade my machine to this version of Gtk+, and I'm not entirely sure at what point set_window_width is being invoked. However, looking at the Gtk+ source, the bug seems pretty clear to my eyes.
Already fixed in svn