On 31 March 2010 17:26, Malathi Panyam <[email protected]> wrote:
>           Here is the response for the getnext queries;
> 1. snmpwalk for "snmp" is fine

Good.

> 2.  snmpgetnext  ....  udpLocalPort.134.56.72.221.123
>     snmpgetnext  ....  udpEntry.3
>     snmpgetnext  ....  udpEndpointProcess
> All the above three requests result in a segfault.

That's what I half-expected.
The problem therefore lies in the udpEndpointTable.
(Which is not too surprising, since this is relatively new code)

Please start the agent using the following debug flags:

  -DudpEndpointTable,verbose:udpEndpointTable,internal:udpEndpointTable
  -Daccess:udp_endpoint,text:util:tvi

and re-run any of the GetNext commands above.
What debug output does the agent display before it crashes?



> As a side note we dont support the "egp" in our code..

That's fine.
If there's nothing in the agent code to implement these objects,
then there's no code that can crash the agent.

The problem will almost certainly lie in the udpEndpointTable code.
If you want to confirm this, then run the agent using  "-I-udpEndpointTable".
This should then be able to walk the udpTable successfully.


Dave

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
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

Reply via email to