Re: [Pysnmp-dev] possible memory leak in indicies.py
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2006-12-20 20:50:36
|
> I am seeing significant memory leaks when using pysnmp (sf cvs > checkout from this morning) in a long running deamon. Is anyone else > seeing any issues with this ? Yeah, there could be leaks in SNMPv3 code... Could you give me a hint how do I reproduce your setup to see where these leaks could be? > One leak i think is coming from lines 158 and 159 in > pysnmp/v4/smi/indices.py . I can't be sure of this for certain but > another pair of eyes looking at this would be good. This isn't the > only leak though as it doesn't cure my overal problem. >From the first glance this may cause a cyclic reference... Let me try to fix that in CVS. Will let you know then. > Are there any known memory leaks in the code that i could look into > and possibly fix. I'm not aware of any unfixed ones. -ilya |