Re: [vpp-dev] VPP main threads gets stuck when system time is changed

2020-02-11 Thread siddarth rai
Hi Dave, In addition to the change mentioned earlier, I have tried one more change. In file vppinfra/time.h, I replaced 'CLOCK_REALTIME' to 'CLOCK_MONOTONIC'. This seems to have done the trick for now. Just wondering what could be the impact of this change elsewhere. Should we watch out for any b

[vpp-dev] Coverity run FAILED as of 2020-02-11 14:00:24 UTC

2020-02-11 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 1 Newly detected: 0 Eliminated: 1 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15379): ht

Re: [vpp-dev] VPP main threads gets stuck when system time is changed

2020-02-11 Thread Dave Barach via Lists.Fd.Io
Start vpp under gdb, and produce the condition. Interrupt vpp, switch to thread 0 and collect a backtrace. Based on the backtrace, it should be fairly clear what’s happening. Once again: vpp 18.01 is 2+ year old software which the community no longer supports. If at all possible, please rebase