Re: Memory leaking in snmpd

2005-02-07 Thread Robert Story
On Thu, 03 Feb 2005 15:01:33 +0100 Jens wrote: JC> I have compiled net-snmp (5.09) with Ahhh... JC> I would like to use net-snmp 5.2 but it does not compile smoothly for my JC> target system (I had to do some gcc calls by hand to be able to compile JC> it). JC> JC> Any idea where to start? The

Re: Memory leaking in snmpd

2005-02-03 Thread Jens Carroll
Hi Robert, here are some infos about the memory leaking problem meminfo directly after rebooting the system and starting the agent with "snmpd -f -c /etc/snmpd/snmpd.conf: # cat meminfo total:used:free: shared: buffers: cached: Mem: 15073280 4333568 10739712

Re: Memory leaking in snmpd

2005-02-01 Thread Robert Story
On Sun, 30 Jan 2005 13:27:52 +0100 Jens wrote: JC> I have created a cross-commpiled net-snmp version for an arm7tdmi JC> (nommu). Every snmp(walk, get set) command JC> decreases the available memory. After about 20 commands the JC> device runs out of memory (it has only 16MB). First of all, try a

Memory leaking in snmpd

2005-01-30 Thread Jens Carroll
Hi folks, I have a memory leaking problem with an embedded linux application using net-snmpd 5.09 (tried 5.2 with the same effect). I have created a cross-commpiled net-snmp version for an arm7tdmi (nommu). Every snmp(walk, get set) command decreases the available memory. After about 20 commands