how do I find memory leaks?

Lars Marius Garshol larsga at ifi.uio.no
Wed Jul 21 14:07:50 EDT 1999


* Heather A. Drury
| 
| Any hints/suggestions/pointers would be greatly appreciated.

One easy way is to get my plumbo module and see if it can find any
cycles in your program. It only understands what happens in
Python-space and it's not complete, but several people have found it
useful.

<URL: http://www.stud.ifi.uio.no/~larsga/download/python/plumbo.py >


If Plumbo doesn't solve your problem (or is too slow), you can try Tim
Peter's more complex, complete and faster Cyclops, which he released
on Monday.

<URL: http://www.python.org/ftp/python/contrib/System/Cyclops.py >

--Lars M.




More information about the Python-list mailing list