Wes Hardaker wrote:
On Mon, 02 May 2005 13:12:47 -0700, John Hardin <[EMAIL PROTECTED]> said:
John> It looks like the agent then segfaults when the snmpbulkget retries.
This code should have been executed in that case. Did you see this message in your log:
if (request || var) {
/*
* ack, this is bad. The # of varbinds don't match and
* there is no way to fix the problem */
if (pdu)
snmp_free_pdu(pdu);
snmp_log(LOG_ERR,
"response to proxy request illegal. We're screwed.\n");
netsnmp_set_request_error(cache->reqinfo, requests,
SNMP_ERR_GENERR);
}
Yes, I do see this. (It's there in my perhaps overly lengthy 1st msg.) I've been looking at this code for something left in a strange state but I don't see anything yet.
------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
