Dear net-snmp-coders,

I was able to reproduce RowStatus segmentation fault with
snmpNotifyFilterRowStatus in 5.3.1 master agent.
This problem can be easily reproduced by the following steps:
   $ snmpset 10.1 snmpNotifyFilterRowStatus.3.65.66.67.1 i 4
   SNMP-NOTIFICATION-MIB::snmpNotifyFilterRowStatus."ABC".1 = INTEGER:
   createAndGo(4)

   $ snmpget 10.1 snmpNotifyFilterRowStatus.3.65.66.67.1
   SNMP-NOTIFICATION-MIB::snmpNotifyFilterRowStatus."ABC".1 = INTEGER:
   active(1)

   $ snmpset 10.1 snmpNotifyFilterRowStatus.3.65.66.67.1 i 6
   SNMP-NOTIFICATION-MIB::snmpNotifyFilterRowStatus."ABC".1 = INTEGER:
   destroy(6)

   $ snmpget 10.1 snmpNotifyFilterRowStatus.3.65.66.67.1
   Timeout: No Response from 10.1.

See the debug log below:
   internal:snmpNotifyFilterTable:_mfd_snmpNotifyFilterTable_get_values:
   called
   netsnmp_assert ((void *)0) != rowreq_ctx failed
   mibgroup/snmp-notification-mib/snmpNotifyF
   ilterTable/snmpNotifyFilterTable_interface.c:976
   _mfd_snmpNotifyFilterTable_get_values()
   internal:snmpNotifyFilterTable:_mfd_snmpNotifyFilterTable_get_column:
   called for 5
   netsnmp_assert ((void *)0) != rowreq_ctx failed
   mibgroup/snmp-notification-mib/snmpNotifyF
   ilterTable/snmpNotifyFilterTable_interface.c:907
   _snmpNotifyFilterTable_get_column()

   [1]+  Segmentation fault      snmpd -f -L
   -Dinternal:snmpNotifyFilterTable -Dverbose:snmpNotifyFilterTable

Emi


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to