On 3/7/06, Daniel Henninger <[EMAIL PROTECTED]> wrote: > Yeah, I see what you mean. I'm not entirely sure how I'm supposed to > know what's causing memory leaks though. =( I don't even know that > there -are- any based off this. Any ideas y'all? (I'm still > releasing a new version in a bit here of both transports)
If you read the readme on usage of valgrind with python (search google for 'python valgrind'), it gives some tips on tuning python so that valgrind can give decent results. I think Valgrind basically keeps track of when malloc's occur, and if the memory is free'ed. Then lets you know where they don't match up. -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Tue Mar 7 01:18:40 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Tue Mar 7 01:18:46 2006 Subject: [py-transports] PyICQ-t installed :) In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Sadly, valgrind doesn't run under my primary development platform, but I suppose I could play with it on my Linux-based server. =) That said, looks like something I'm going to have to devote a chunk of time to learn and get used to. (not saying that's a bad thing, just "not tonight" lol) Daniel On Mar 6, 2006, at 8:00 PM, Norman Rasmussen wrote: > On 3/7/06, Daniel Henninger <[EMAIL PROTECTED]> wrote: >> Yeah, I see what you mean. I'm not entirely sure how I'm supposed to >> know what's causing memory leaks though. =( I don't even know that >> there -are- any based off this. Any ideas y'all? (I'm still >> releasing a new version in a bit here of both transports) > > If you read the readme on usage of valgrind with python (search google > for 'python valgrind'), it gives some tips on tuning python so that > valgrind can give decent results. I think Valgrind basically keeps > track of when malloc's occur, and if the memory is free'ed. Then lets > you know where they don't match up. > > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page: http://norman.rasmussen.co.za/ > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > >