Re: [vpp-dev] VPP 2110 with AddressSanitizer enabled

2022-03-15 Thread Sudhir CR via lists.fd.io
> > Cc: Benoit Ganne (bganne) ; vpp-dev@lists.fd.io > > Subject: Re: [vpp-dev] VPP 2110 with AddressSanitizer enabled > > > > Hi Ben, > > > > I tried to run ASAN on vpp version 21.10 in debug mode.But It's not > > working for me. >

Re: [vpp-dev] VPP 2110 with AddressSanitizer enabled

2022-03-15 Thread Benoit Ganne (bganne) via lists.fd.io
io > Sent: mardi 15 mars 2022 06:49 > To: Sudhir CR > Cc: Benoit Ganne (bganne) ; vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] VPP 2110 with AddressSanitizer enabled > > Hi Ben, > > I tried to run ASAN on vpp version 21.10 in debug mode.But It's not > working for m

Re: [vpp-dev] VPP 2110 with AddressSanitizer enabled

2022-03-14 Thread Sudhir CR via lists.fd.io
Original Message- >> > From: vpp-dev@lists.fd.io On Behalf Of Sudhir CR >> via >> > lists.fd.io >> > Sent: jeudi 24 février 2022 14:03 >> > To: vpp-dev@lists.fd.io >> > Subject: [vpp-dev] VPP 2110 with AddressSanitizer enabled >> > &g

Re: [vpp-dev] VPP 2110 with AddressSanitizer enabled

2022-02-24 Thread Sudhir CR via lists.fd.io
ixed in release mode. > > Best > ben > > > -Original Message- > > From: vpp-dev@lists.fd.io On Behalf Of Sudhir CR > via > > lists.fd.io > > Sent: jeudi 24 février 2022 14:03 > > To: vpp-dev@lists.fd.io > > Subject: [vpp-dev] VPP 2110 with Add

Re: [vpp-dev] VPP 2110 with AddressSanitizer enabled

2022-02-24 Thread Benoit Ganne (bganne) via lists.fd.io
s.fd.io > Sent: jeudi 24 février 2022 14:03 > To: vpp-dev@lists.fd.io > Subject: [vpp-dev] VPP 2110 with AddressSanitizer enabled > > Hi Team, > > > We compiled vpp code with AddressSanitizer enabled. We used the below > command to compile code. > > &

[vpp-dev] VPP 2110 with AddressSanitizer enabled

2022-02-24 Thread Sudhir CR via lists.fd.io
Hi Team, We compiled vpp code with AddressSanitizer enabled. We used the below command to compile code. *sudo make rebuild-release VPP_EXTRA_CMAKE_ARGS=-DVPP_ENABLE_SANITIZE_ADDR=ON* we are starting vpp with below command *sudo ./vpp -c /etc/vpp/startup.conf* But vpp startup is failed with be