On Fri, 2005-10-07 at 09:06 +0200, MDK wrote: > On Wed, Oct 05, 2005 at 09:50:08PM -0500, Manuel Alejandro Cerón Estrada > wrote: > > > Hello, > > > > I'm writing an interactive canvas for the MonoUML Case Tool. I'm using > > Cairo with Gtk# and I have experimented an ascending memory > > consumption when drawings are continuously performed, for example > > inside a MotionNotifyEvent Handler. This memory is never released and > > eventually SWAP memory is needed making all too slow. > > Yes, this is a known issue (leak). It's being tracked here: > > http://bugzilla.ximian.com/show_bug.cgi?id=76230 > > For now you can pinvoke directly into gdk_cairo_create in gdk (check > http://www.mono-project.com/Drawing , this will work only with gdk >= 2.8)
I have a fix for this issue (and others related) and I think I'm meeting super-Mike today and will commit when he approves. -Gonzalo _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
