Re: GTkTreeView/ListStore Memory leaks.
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel,gmane.comp.gnome.lib.gtk+.devel.apps,gmane.comp.gnome.glade.user |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Harring Figueiredo wrote:
>
> Folks,
>
> I have a GtkListStore with reoderable columns. When re-ordering the columns
> on Linux and Windows, momory usage just keeps getting bigger and bigger. ( I
> was using top on linux and Windows Taks mamanger to observe the changes.)
>
> Versions:
> Linux = gtk+-2.0.6
> Win = libgtk-win32-2.0.0-dll (20020921.zip bin downloadsed from Tor's
> site.)
>
> Can anyone recomend a memory leak tracker that can be used. (Anyone that does
> not reqruire code changes.)
>
> Anything I can do to help track this ?
Valgrind is a very good tool. But IIRC it is only available for
linux/ix86. So if you have the option of compiling and running your
program under linux this would definitely be the way to go. I don't know
about any free tools for Windows :-(
Christof