stack level too deep
nasl-parse xml /opt/lua_nasl_plugins/cisco-sa-20160916-ikev1-ios.nasl
----------------------[ cisco-sa-20160916-ikev1-ios.nasl ]----------------------
/usr/local/share/gems/gems/builder-3.2.3/lib/builder/xmlmarkup.rb:321: stack level too deep (SystemStackError)
nasl-parse xml /opt/lua_nasl_plugins/cisco-sa-20170629-snmp-ios.nasl
----------------------[ cisco-sa-20170629-snmp-ios.nasl ]-----------------------
/usr/local/share/gems/gems/builder-3.2.3/lib/builder/xmlbase.rb:46: stack level too deep (SystemStackError)
perhaps the stack level limit too low
Hi @dailei2018,
What is the output of ulimit -s?
When I try to reproduce the problem, I get the XML output as expected. For me, ulimit -s says 8192. If you try ulimit -s unlimited, does this allow the XML to be produced?
@alexwebr I tried,the ulimit output is same as you [root@centos_242 ~]# ulimit unlimited [root@centos_242 ~]# ulimit -s 8192