On Mon, 10 Jan 2005 16:25:44 +0100 (CET) [EMAIL PROTECTED] wrote: SF> here is the problem. When I run snmpwalk, it gets some entries but freeze SF> always after the same MIB
SF> Jan 10 16:03:14 node15 snmpd[6805]: send response: Error building ASN.1 SF> representation (build int size 4: s/b 8) Are you comfy in a debugger? Set a breakpoint in snmplib/asn1.c near the top of asn_realloc_rbuild_int(), at the _asn_size_err() call. When you hit that breakpoint, get a stack trace (with gdb, 'bt' will do that). -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ 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
