I'm on a linux platform and looking in proc/pid/status. Using top shows the same problem.

I've actually just found the c routine where the memory is leaking by the painstaking process of
taking the difference between memory consumption before and after each python routine. I guess
that memory leaks that are not associated with python dangling references are nearly always in the
underlying c code.


Also, does anyone know of some good memory diagnostic tools for python, maybe even a GUI.
I am currently using some pulled from various webpages:


    http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286222
    http://www.nightmare.com/medusa/memory-leaks.html


On Dec 21, 2004, at 12:18 PM, Stephen Kellett wrote:

In message <[EMAIL PROTECTED]>, Daniel Wheeler <[EMAIL PROTECTED]> writes
However, I would like to understand first if pure python can leak without the reference count increasing?

How are you determining that used memory is increasing?

Stephen
--
Stephen Kellett
Object Media Limited    http://www.objmedia.demon.co.uk
RSI Information:        http://www.objmedia.demon.co.uk/rsi.html
--
http://mail.python.org/mailman/listinfo/python-list



-------------------------------------
Daniel Wheeler
Telephone: (301) 975-8358

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to