GNOME Bugzilla – Bug 770307
Crash when closing a glade project
Last modified: 2016-08-29 18:14:01 UTC
Open a project with a main window and a dialog window, close (Ctrl-w) and here is the backtrace : Thread 1 "glade" received signal SIGSEGV, Segmentation fault. gdk_window_set_transient_for (window=0x0, parent=0x0) at ././gdk/gdkwindow.c:10148 10148 ././gdk/gdkwindow.c: No such file or directory. (gdb) bt
+ Trace 236575
Actually looking at this, it really seems like a Gtk+ issue (not that this on Wayland).
Note that this is on wayland.
doesn't crash here, more detail needed.
Created attachment 334108 [details] Example ui file What about this file?
Created attachment 334171 [details] [review] gtk: window: don't forget to popovers of subwindows
Created attachment 334172 [details] [review] gtk: window: don't forget to realize popovers of subwindows
Comment on attachment 334171 [details] [review] gtk: window: don't forget to popovers of subwindows Bah.
Review of attachment 334171 [details] [review]: looks right
Attachment 334172 [details] pushed as ea1295c - gtk: window: don't forget to realize popovers of subwindows