RE: Snmpd core dump

2004-10-26 Thread Trang Nguyen
  From: Trang Nguyen Sent: Wednesday, October 20, 2004 12:40 PMTo: '[EMAIL PROTECTED]'Subject: RE: Snmpd core dump I found out that the free_data_context is callled twice on the same address (from netsnmp_table_iterator_helper_handler). The second time, it core dumps because the memor

RE: Snmpd core dump

2004-10-26 Thread Trang Nguyen
I found out that the free_data_context is callled twice on the same address (from netsnmp_table_iterator_helper_handler). The second time, it core dumps because the memory has been freed. A standard walk does not produce this behavior. Can someone give me clues on why this might be happening

Snmpd core dump

2004-10-26 Thread Trang Nguyen
Hello,   I am using Castlerock to test my snmp agent. I have no problems to perform walk, set, get, getnext on my agent, but when I try a "viewTable" on mh table, it is core dumping. The reason seems to be that my custom table handler (routeTable_handler) is not invoked only in this scenar

RE: Errors upon compilin agent mibs in 5.1.2

2004-10-11 Thread Trang Nguyen
RowStatus Line 310: < DEFVAL { emergency(0) } --- > DEFVAL { emergency } Trang -Original Message- From: Niels Baggesen [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 9:21 AM To: Trang Nguyen Cc: [EMAIL PROTECTED] Subject: Re: Errors upon compilin agent mibs

RE: Errors upon compilin agent mibs in 5.1.2

2004-10-11 Thread Trang Nguyen
mailto:[EMAIL PROTECTED] Sent: Sunday, October 10, 2004 12:17 PM To: Trang Nguyen Cc: [EMAIL PROTECTED] Subject: Re: Errors upon compilin agent mibs in 5.1.2 On Fri, Oct 08, 2004 at 09:23:45AM -0700, Trang Nguyen wrote: > Results of MIB Loading: > IANAifType-MIB.txt MIB loaded successfully co

Errors upon compilin agent mibs in 5.1.2

2004-10-08 Thread Trang Nguyen
Hi, These errors were generated upon compiling the agent's mibs using Silver Creek and MGSoft: Failed! MIB NET-SNMP-AGENT-MIB.txt contains critical syntax errors. Results of MIB Loading: NET-SNMP-EXAMPLES-MIB.txt MIB loaded successfully --> This was related to errors in the DEFVAL clause. Re

Loading a module with dlmod: Shared object not found

2004-08-20 Thread Trang Nguyen
Hi,   I have a mib module (compiled as a shared object library) that I would like to dynamically load via the dlmod mechanism. My library is dependent upon another shared library and when dlmod tries to load my module, it complains that it cannot find the shared object that my mib module ref

C++ compile problem in dlmod environement

2004-08-19 Thread Trang Nguyen
Hi,   I am trying to compile a mib module as a shared object to be used as a plugin for the standard agent. The source code is written in C++ and uses the old ucd-snmp api. I am getting the compilation error:   'header_generic' undeclared. This is typically declared in mibgroup/util_funcs.h