After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 164006 - segfault with get_default_colormap()
segfault with get_default_colormap()
Status: RESOLVED DUPLICATE of bug 163992
Product: gtkmm
Classification: Bindings
Component: general
2.4
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2005-01-13 22:48 UTC by Marco Scholten
Modified: 2005-01-13 23:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marco Scholten 2005-01-13 22:48:18 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
Comment 1 Olav Vitters 2005-01-13 23:12:54 UTC

*** This bug has been marked as a duplicate of 163992 ***