Re: Weird memory consumption problem.
- From: Bo Peng <bpeng@xxxxxxxx>
- Date: Tue, 20 Dec 2005 07:45:58 -0600
Steven D'Aprano wrote:
Sorry, are you saying that the code you posted does NOT have a memory leak, but you want us to find the memory leak in your real code sight unseen?
valgrind does not detect anything so it does not look like memory leak. I just can not figure out why val[0], readonly access to a tuple element, can cause this kind of problem.
Anyway, is there a way to list all or newly added python objects? I guess I can trace the ref_cnt of the tuple element manually.
Bo .
- Follow-Ups:
- Re: Weird memory consumption problem.
- From: Bo Peng
- Re: Weird memory consumption problem.
- References:
- Weird memory consumption problem.
- From: Bo Peng
- Re: Weird memory consumption problem.
- From: Steven D'Aprano
- Weird memory consumption problem.
- Prev by Date: Re: modify a long-running python script while it is running?
- Next by Date: checking if a string contains a number
- Previous by thread: Re: Weird memory consumption problem.
- Next by thread: Re: Weird memory consumption problem.
- Index(es):