nasl icon indicating copy to clipboard operation
nasl copied to clipboard

stack level too deep

Open dailei2018 opened this issue 7 years ago • 2 comments

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

dailei2018 avatar Nov 08 '18 03:11 dailei2018

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 avatar Nov 08 '18 15:11 alexwebr

@alexwebr I tried,the ulimit output is same as you [root@centos_242 ~]# ulimit unlimited [root@centos_242 ~]# ulimit -s 8192

dailei2018 avatar Nov 09 '18 03:11 dailei2018