Re: Memory leak when doing snmpwalk

2010-07-23 Thread Dave Shield
On 22 July 2010 17:32, Abhimanyu Chowdhary wrote: > When I do snmpwalk over mib-2, agent crashes after like 15 hours because of > memory leak I have netsnmp 5.3.1 and OS is linux(fedora). Can you try with one of the more recent releases? (5.3.3, 5.4.3, 5.5 or the 5.6 pre-release) Dave -

Re: Session Pointer

2010-07-23 Thread Brendan Tauras
Well, that explains asynchronous, but why single session? Here is my understanding: The Traditional API manages a global list for all sessions, and session operations are not thread-safe because the global session list does not have locks. The Single API makes operations thread-safe by using a th