GNOME Bugzilla – Bug 164006
segfault with get_default_colormap()
Last modified: 2005-01-13 23:12:54 UTC
Create a window with one button then do for (int i = 0 ; i<1000;++i) { std::cout << i << std::endl; Glib::RefPtr<Gdk::Colormap> colormap = Button.get_default_colormap (); } it will count to 4 and then segfault
*** This bug has been marked as a duplicate of 163992 ***