Hello,
The current build (22.10, cross-compiled via SolidRun toolchain) crashes
without dependency to optimization level, and, with debug enabled. shows the
following:
Thread 1 "vpp_main" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
50
Hi,
I think the 1st thing to try would be whether you can reproduce it with a debug
build. The backtrace you have is not usable unfortunately.
The easiest should be to build debug binaries:
~# make rebuild
~# ./build-root/install-vpp_debug-native/vpp/bin/vpp -c /etc/vpp/startup.conf
Best
Ben
>