This is a discussion on Re: snmpd stops responding after ~ 1000 snmpwalks within the SNMP Coders forums, part of the Networking and Network Related category; On Thu, 17 Feb 2005 12:12:24 -0500 Alex wrote: AK> Hi, I ran my script in the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 17 Feb 2005 12:12:24 -0500 Alex wrote:
AK> Hi, I ran my script in the debug mode. This is the stack. Any suggestion AK> would be greatly appreciated. THANKS!!! if you retry a few time, it the stack always the same? AK> #4 0x408ba0d4 in protocol::ProtocolClient::sendBatchWithIdAndWait() ( AK> this=0x40b16e18) at ProtocolClient.cpp:160 AK> #5 0x408b9bf6 in AK> protocol::ProtocolClient::sendObjectAndWait(protoc ol::Object const&) AK> (this=0x40b16e18, object=@0xbfffdce0) at ProtocolClient.cpp:118 AK> #6 0x408b6b97 in ProtocolDataAccess::getAllPhysicalVolumes() const ( AK> this=0xfffffffc) at ProtocolDataAccess.cpp:149 AK> #7 0x408b4c4e in getPvData (pvData=0x40902de0, max_size=1000) AK> at sample.cpp:197 AK> #8 0x408b4083 in physicalVolumeTable_get_first_data_point () AK> from /usr/local/ibrix/lib/snmp/physicalVolumeTable.so AK> #9 0x400d4f97 in netsnmp_table_iterator_helper_handler (handler=0x80d43f8, This shows that the agent is stuck in protocol::ProtocolClient::sendBatchWithIdAndWait() , which is your custom MIB stuff. The last net-snmp library call is netsnmp_table_iterator_helper_handler(). i.e., it doesn't appear to be a problem in the net-snmp code, but in your code. -- 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-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |
![]() |
| Thread Tools | |
| Display Modes | |
|
|