unfortunatly the articles only explain why the memory leaks can occur in python, and not how to fix them :-(
I have to admit I didn't search too hard on google, but I did see one commercial (yuck) product to find python memory leaks. The Psi team have been using valgrind's addrcheck. (http://valgrind.org/) I'm not sure how well it'll work for checking python code (as compared to python itself). I have seen mention of valgrind-python suppression files *shrug* On 08/08/05, Daniel Henninger <[EMAIL PROTECTED]> wrote: > Even with memory fixes, however, Python tends to use up more memory > than c/c++ code... at least from what I've seen. Still, yeah, memory > leaks are something I'm going to need to spend a lot of debugging > time on. Going to check out those links that were posted though... > perhaps they'll shed some light on making the process go quicker. > =) (I haven't read the articles yet obviously) > > Daniel > > -- > "The most addictive drug in the world is music." > - The Lost Boyz > > > > On Aug 7, 2005, at 4:18 PM, James Bunton wrote: > > > On 07/08/2005, at 11:16 PM, Oleg Motienko wrote: > > > > > >> On 8/3/05, Trejkaz <[EMAIL PROTECTED]> wrote: > >> > >>> JIT didn't do it, and I haven't upgraded to PyICQt, mainly > >>> because PyICQt uses > >>> about 7 times more memory and we can't afford it yet. :-/ > >>> > >> > >> There is real problem with memory usage. You can see a bugreports > >> http://blathersource.org/bugs_view.php?projid=pyicq-t&bugid=94 > >> > >> A question to python guru: How is it possible to detect memory leaks > >> in python code? I guess some classes doesn't destroy after user's > >> disconnection. > >> -- > >> Regards, > >> Oleg > >> > > > > It's very hard :) > > > > --- > > > > James > > > > _______________________________________________ > > py-transports mailing list > > [email protected] > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > > > > > > > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Mon Aug 8 12:24:28 2005 From: [EMAIL PROTECTED] (Kawthar Telli) Date: Mon Aug 8 12:24:30 2005 Subject: [py-transports] jabber Gateway to msn Message-ID: <[EMAIL PROTECTED]> Hello every body, I am truying to install a jabber gateway to msn trough PyMSNT. I followed the instructions given in the following website: http://msn-transport.jabberstudio.org/docs/server.html Unfortunately it doesn't work, and I get the following error "xdb_file failed to open file amoula.xml" where "amoula" is an account of a jabber client, and the same error message for the other accounts. I don't have any idea about how to fix the problem, if some one has any idea I'll be gald to know it. Thank you in advance
