Re: [Vala] valgrind or something similar

2010-09-27 Thread august
thanks for all the tips. Hey August, Am Sonntag, den 26.09.2010, 20:18 +0200 schrieb august: Is there something like a valgrind or method for debugging memory leaks and mismanagement? Something that helped me in real life (tm) was using nemiver and watching the ref_count

[Vala] valgrind or something similar

2010-09-26 Thread august
Hi, I'm new to the reference counting way of glib. I'm also a little worried about the weak and unowned keywords. After reading the docs, I'm still a bit confused. Is there something like a valgrind or method for debugging memory leaks and

Re: [Vala] valgrind or something similar

2010-09-26 Thread Fabian Deutsch
Hey August, Am Sonntag, den 26.09.2010, 20:18 +0200 schrieb august: Is there something like a valgrind or method for debugging memory leaks and mismanagement? Something that helped me in real life (tm) was using nemiver and watching the ref_count field of Object derived classes.

Re: [Vala] valgrind or something similar

2010-09-26 Thread Aleksander Wabik
Hi, Is there something like a valgrind or method for debugging memory leaks and mismanagement? valgrind will work for vala programs, you just have to use it as with glib programs - set G_DEBUG=gc_friendly, G_SLICE=always_malloc. best regards, -- Mój klucz publiczny o