RE: snmpwalk kills snmpd-5.3.0.1 on TRU64

2006-03-02 Thread Dave Shield
Quoting "Pike, David" <[EMAIL PROTECTED]>: Ok, here is what happens when I run it in gdb. # gdb snmpd (gdb) run -a Starting program: /usr/users/dpike/test/sbin/snmpd -a Hmmm In order to get anything useful from gdb, you probably need to run the agent as a "normal" program, rather than a

RE: snmpwalk kills snmpd-5.3.0.1 on TRU64

2006-03-02 Thread Pike, David
-snmp-users@lists.sourceforge.net Subject: RE: snmpwalk kills snmpd-5.3.0.1 on TRU64 On Thu, 2006-03-02 at 10:25 -0500, Pike, David wrote: > > The obvious question then is: what if you do *not* apply your patch, > > rebuild without the "host" mib module and snmpwalk again? D

RE: snmpwalk kills snmpd-5.3.0.1 on TRU64

2006-03-02 Thread Pike, David
not in symtab.) thanks, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pike, David Sent: Thursday, March 02, 2006 2:36 PM To: Thomas Anders; net-snmp-users@lists.sourceforge.net Subject: RE: snmpwalk kills snmpd-5.3.0.1 on TRU64 Ok, here is what

RE: snmpwalk kills snmpd-5.3.0.1 on TRU64

2006-03-02 Thread Pike, David
s Anders Sent: Thursday, March 02, 2006 9:17 AM To: net-snmp-users@lists.sourceforge.net Subject: Re: snmpwalk kills snmpd-5.3.0.1 on TRU64 Pike, David wrote: > I'm having a bit of trouble with net-snmp-5.3.0.1. When I run an > snmpwalk, It starts the walk but kills snmpd. Can you plea

RE: snmpwalk kills snmpd-5.3.0.1 on TRU64

2006-03-02 Thread Dave Shield
On Thu, 2006-03-02 at 10:25 -0500, Pike, David wrote: > > The obvious question then is: what if you do *not* apply your patch, > > rebuild without the "host" mib module and snmpwalk again? Does it > > still crash? > > It still dies. What's the last value that it returns before dying? What happen

RE: snmpwalk kills snmpd-5.3.0.1 on TRU64

2006-03-02 Thread Pike, David
ers@lists.sourceforge.net Subject: Re: snmpwalk kills snmpd-5.3.0.1 on TRU64 Pike, David wrote: > I'm working on the gdb but here are the changes I made to the source. One > was the patch for mib.c provided form the sourcefourge site. I'm not an > expert programmer but this did m

Re: snmpwalk kills snmpd-5.3.0.1 on TRU64

2006-03-02 Thread Thomas Anders
Pike, David wrote: I'm working on the gdb but here are the changes I made to the source. One was the patch for mib.c provided form the sourcefourge site. I'm not an expert programmer but this did make it compile and run. The obvious question then is: what if you do *not* apply your patch, rebu

RE: snmpwalk kills snmpd-5.3.0.1 on TRU64

2006-03-02 Thread Pike, David
SET_SNMP_ERROR(SNMPERR_NOMIB); *out_len = 0; return 0; -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Anders Sent: Thursday, March 02, 2006 9:17 AM To: net-snmp-users@lists.sourceforge.net Subject: Re: snmpwalk kills snmpd-5.

Re: snmpwalk kills snmpd-5.3.0.1 on TRU64

2006-03-02 Thread Thomas Anders
Pike, David wrote: I'm having a bit of trouble with net-snmp-5.3.0.1. When I run an snmpwalk, It starts the walk but kills snmpd. Can you please run snmpd under gdb, type "bt" when it has crashed and post the output? ./configure --with-cc=cc --prefix=/test_install_dir/test \ --with-persiste