GNOME Bugzilla – Bug 756343
Crash when destroy()ing a main GtkApplicationWindow when a modal GtkDialog is run()
Last modified: 2015-10-10 14:04:52 UTC
I have a systematic crasher of my Wayland session with Dconf Editor master[1]: * opening a GtkDialog modal of the main GtkApplicationWindow with “dialog.run()” (the ones for editing the keys value –when you click on a row– work, for example, but also a simpler GtkMessageDialog); * calling from the application’s menu the custom “quit_cb() { get_active_window ().destroy (); }” function. journalctl gives me something that begins with: oct. 10 15:30:49 meregee gnome-session[25532]: ** oct. 10 15:30:49 meregee gnome-session[25532]: mutter:ERROR:wayland/meta-wayland-surface.c:380:toplevel_surface_commit: assertion failed: (window != NULL) [1] https://git.gnome.org/browse/dconf-editor/tree/?id=c2c7b17049923776f03eae285cdfacd0588b7ad6
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed in the code repository. *** This bug has been marked as a duplicate of bug 755490 ***