According to gdb, lnav stuck inside cmd.parser.cc lnav::command::parse_for(). Some switch cases of the code doesn't increase split_index and the loop runs forever.
I am looking for a way to run a couple for loops in a batch file. and have the loops wait between each run of the previous commands to finish: FOR /L %%a IN (1,2,3) DO (start cmd /c ping 127.0.0.1 -n ...
While testing VPP-635, in which there is a memory leak when invalid/unknown tag is entered in a CLI Command, the CLI locks up with the following CLI Command: ...