On Fri, 07 May 2010 17:36:18 +0530 Manjit wrote: M> ==698== by 0x84BD990: ipAddressTable_container_load M> Please provide me information for the below queries : M> 1. what is the purpose of run_alarms() ?
Just what is says... It runs alarms, or events. M> 2. How the system will be affected if i will not call (or comment ) M> function ? It's possible that lots of things depending on alarms to be run at regular intervals will break. The problem is not with run_alarms itself, but with the particular alarm being run. Try running with -I-ipAddressTable to disable the ipAddressTableand it's alarm, though I suspect it's being called via ifTable. I'm also not sure memory is being lost. Are you actually seeing the memory leak growing? Lots of places in net-snmp allocate memory that isn't explicitly released when shutting down, but they don't cause growing leaks during runtime. ------------------------------------------------------------------------------ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
