GNOME Bugzilla – Bug 707412
Notebook tabs set to a position other than GTK_POS_TOP leak GDI objects
Last modified: 2014-02-21 21:16:29 UTC
Created attachment 254007 [details] Simple program demonstrating the leak. When notebook tabs are assigned a position of GTK_POS_(LEFT|RIGHT|BOTTOM), switching tabs, resizing the window, focusing/unfocusing the window, etc. all cause GDI objects to leak. Resizing the window in particular can leak hundreds or even thousands of GDI objects per second, causing the object count to approach Windows' hard limit of 10,000 per process rather quickly. I'm running Windows 7 and building with the GTK 2.24.10 bundle.
I have a program I am working on which uses a lot of NoteBook tabs, all of which are positioned BOTTOM. I can reproduce this bug consistently on both Windows XP and Windows 7. I am using the latest stable gtk all-in-one installer 2.24.2 Grant: Thanks for narrowing this down to non-TOP notebooks. I really hope someone can fix this for the next stable release!
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 547656 ***