Re: [vpp-dev] Unable to show all asan information to run vpp with asan enabled

2022-06-24 Thread Benoit Ganne (bganne) via lists.fd.io
> Could you provide something about your environment if that is convenient, > such as gcc or clang version, linux release or version, > and I will try it later, I'm using clang-14 on ubuntu 22.04. Best ben -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Onl

Re: [vpp-dev] Unable to show all asan information to run vpp with asan enabled

2022-06-24 Thread mercury noah
Hi Ben, Thanks for your quick reply, I tried to upgrade the system with apt update && apt upgrade ,and rebuild vpp with clang and gcc, make rebuild VPP_EXTRA_CMAKE_ARGS=-DVPP_ENABLE_SANITIZE_ADDR=ON V=1 CC="/usr/bin/gcc" make rebuild VPP_EXTRA_CMAKE_ARGS=-DVPP_ENABLE_SANITIZE_ADDR=ON V=1 but the

Re: [vpp-dev] Unable to show all asan information to run vpp with asan enabled #vpp

2022-06-24 Thread Benoit Ganne (bganne) via lists.fd.io
This works fine for me (see output excerpt below)... This might be an issue with your toolchain, try to upgrade clang/gcc. bganne@vm:~/src/vpp$ ASAN_OPTIONS=handle_segv=2 make run WARNING: STARTUP_CONF not defined or file doesn't exist. Running with minimal startup config: unix { interac