Re: Re[4]: Does GTK leak memory

2010-06-05 Thread jcupitt
On 2 June 2010 21:33, Lothar Scholz llot...@web.de wrote: Suppression files? Please tell me more about it. Hi Lothar, I posted this the last time this subject came up (March, I think), but I made this for my project: http://www.vips.ecs.soton.ac.uk/development/nip2.supp With this, I get no

Re[4]: Does GTK leak memory

2010-06-05 Thread Lothar Scholz
Hello Sergei, SS You have at least two more choices: Well i have evaluated all toolkits and decided to go with the 3 native ones, MFC 9.0, GTK and Cocoa and write my own small application wrapper around this. SS 1) wxWidgets (native look and feel under Windows); This is using GTK so it

Re: Re[4]: Does GTK leak memory

2010-06-05 Thread Sergei Steshenko
--- On Sat, 6/5/10, Lothar Scholz llot...@web.de wrote: From: Lothar Scholz llot...@web.de Subject: Re[4]: Does GTK leak memory To: Sergei Steshenko sergst...@yahoo.com Cc: Michael Torrie torr...@gmail.com, gtk-list@gnome.org Date: Saturday, June 5, 2010, 2:40 PM Hello Sergei, SS You

Re: Re[4]: Does GTK leak memory

2010-06-03 Thread Emmanuele Bassi
On Thu, 2010-06-03 at 10:42 +0530, Ankur Verma wrote: LS By the way, is there any way to find out what the reference count of LS an object is? LS Experimental printf statements to dump ref counter values are good to LS understand which API function is adding a reference and which takes

Re[4]: Does GTK leak memory

2010-06-02 Thread Lothar Scholz
Hello Emmanuele, EB personally, no: I don't think it's at all necessary. and I've been doing EB memory profiling of glib- and non-glib based libraries and applications EB for a while. I'm programming C for 25 years and i still don't feel safe without tools. And this is not really a feeling but

Re[4]: Does GTK leak memory

2010-06-02 Thread Lothar Scholz
Hello Emmanuele, Wednesday, June 2, 2010, 3:49:04 PM, you wrote: EB On Wed, 2010-06-02 at 15:39 +0200, Lothar Scholz wrote: By the way, is there any way to find out what the reference count of an object is? EB you really don't want to know that - because threads and EB auto-vivification

Re: Re[4]: Does GTK leak memory

2010-06-02 Thread american . communist . party
On Jun 2, 2010 1:36pm, Lothar Scholz llot...@web.de wrote: Maybe GTK is really just another toy? Interesting way to ask for help. Best regards, Indeed. ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Re[4]: Does GTK leak memory

2010-06-02 Thread Paul Davis
On Wed, Jun 2, 2010 at 4:36 PM, Lothar Scholz llot...@web.de wrote: And a tool that just dumps me which objects are still alive would be very helpfull too. MacOSX and MFC have features like this. Maybe GTK is really just another toy? and to think that i was trying to save you time and effort.

Re: Re[4]: Does GTK leak memory

2010-06-02 Thread Ankur Verma
Greetings, LS By the way, is there any way to find out what the reference count of LS an object is? LS Experimental printf statements to dump ref counter values are good to LS understand which API function is adding a reference and which takes LS ownership. G_OBJECT(gtk_widget)-ref_count