Hi, I have on occasion seen my SNMP Master AgentX agent appear to get stuck in a tight-loop, and not responding to requests. top shows processor load nearing 100%
The gdb backtrace is below. OS details are:
Linux 4.19.317-cip111-rt37 #1 SMP PREEMPT RT Wed Apr 15 18:44:42 BST 2026 x86_64 GNU/Linux
#0 0x00007fe208781757 in Agentpp::MasterAgentXMib::send_pending_ax(unsigned long) () from /opt/Platform/ThirdParty/lib/libagentx++.so.26
(gdb) bt
#0 0x00007fe208781757 in Agentpp::MasterAgentXMib::send_pending_ax(unsigned long) () from /opt/Platform/ThirdParty/lib/libagentx++.so.26
#1 0x00007fe208781b1e in Agentpp::MasterAgentXMib::finalize(Agentpp::Request*) () from /opt/Platform/ThirdParty/lib/libagentx++.so.26
#2 0x00007fe208a72de4 in Agentpp::Mib::do_process_request(Agentpp::Request*) () from /opt/Platform/ThirdParty/lib/libagent++.so.47
#3 0x00007fe208788529 in Agentpp::MasterAgentXMib::process_ax_set_response(Agentpp::AgentXPdu&, Agentpp::AgentXPdu const&, int*, Agentpp::Request*) () from /opt/Platform/ThirdParty/lib/libagentx++.so.26
#4 0x00007fe208787bb2 in Agentpp::MasterAgentXMib::process_ax_response(Agentpp::AgentXPdu&, bool) ()
from /opt/Platform/ThirdParty/lib/libagentx++.so.26
#5 0x00007fe20877e22a in Agentpp::AgentXResponseTask::run() () from /opt/Platform/ThirdParty/lib/libagentx++.so.26
#6 0x00007fe208aa9210 in Agentpp::TaskManager::run() () from /opt/Platform/ThirdParty/lib/libagent++.so.47
#7 0x00007fe208aa853f in Agentpp::thread_starter(void*) () from /opt/Platform/ThirdParty/lib/libagent++.so.47
#8 0x00007fe209340bc7 in start_thread () from /usr/lib/libpthread.so.0
#9 0x00007fe209076c6f in clone () from /usr/lib/libc.so.6