GNOME Bugzilla – Bug 736339
Gtk::StackSwitcher crashes on Gtk::Stack
Last modified: 2014-09-21 16:58:59 UTC
Created attachment 285753 [details] sample code Because of bug 736307 in Gtk+, there is a crash caused by Gtk::StackSwitcher and Gtk::Stack used together. Attaching a simple sample that show the problem on 3.12. The crash is in Gtk+ but given the order of destruction of objects in Gtkmm that is more or less different, things crash.
Bug 736307 has been fixed. I think this should work. I just need to rebuild the whole thing first to make sure.
I can confirm that the fixes in gtk+ bug 736307 also fixed this bug.