weird memory leak

Aahz Maruch aahz at panix.com
Tue Jan 22 19:13:11 EST 2002


In article <1ba6797c.0201221154.2e756752 at posting.google.com>,
Jeremie Roux <jeremie at jarna.com> wrote:
>
>I have this program that leaks in a weird way:
>it runs at about 80% of my CPU and after a little while (maybe 5 or 10
>minutes) starts leaking (pretty big: about 1MB/minute)
>If I run it with less threads, the CPU load goes down, the time it
>takes to start leaking increases, and the leak is not as bad. And
>eventually, if I run it single threaded, I can leave it run for days
>without seing any leak (I haven't left it run longer than a week
>though).

Does the leaking happen if no exceptions get printed?  Why are you using
setDaemon(), anyway?
-- 
                      --- Aahz  <*>  (Copyright 2002 by aahz at pobox.com)

Hugs and backrubs -- I break Rule 6                 http://www.rahul.net/aahz/
Androgynous poly kinky vanilla queer het Pythonista   

"I support family values -- Addams family values" --www.nancybuttons.com



More information about the Python-list mailing list