Re: [vpp-dev] crash in bfd api

2018-01-16 Thread Gabriel Ganne
It does work. Thanks! -- Gabriel Ganne From: Florin Coras Sent: Monday, January 15, 2018 6:21:14 PM To: Gabriel Ganne Cc: fco...@cisco.com; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] crash in bfd api Hi Gabriel, Apologies about that! It’s just a tricky one

Re: [vpp-dev] crash in bfd api

2018-01-15 Thread Florin Coras
Hi Gabriel, Apologies about that! It’s just a tricky one line. I missed the & in front of rmp :( You have the patch here [1]. Just let me know if it solves the issue and thanks for testing! Cheers, Florin [1] https://gerrit.fd.io/r/#/c/10108/ > On Jan 15

[vpp-dev] crash in bfd api

2018-01-15 Thread Gabriel Ganne
Hi Florin, Following commit: 6c4dae27e75fc668f86c9cca0f3f58273b680621 I encounter a crash in BFD when running the extended test. (The standard test set passes) Attached is the log to the command (fastest way to crash): # make test-all-debug V=0 TEST=*.BFDAPITestCase.test_activate_auth Do yo