Hi,
I am calling vlib_time_now(vm) in one of the application functions and after 
this "vppctl show .." command is hanging and ultimately hitting os_panic().
In below while loop, value of workers_at_barrier stays at 2 where as count is 3 
in function vlib_worker_thread_barrier_sync_int()
while (*vlib_worker_threads->workers_at_barrier != count) {...}
When I remove the vlib_time_now(vm) in application function, it is working fine.

I am wondering how the call to vlib_time_now(vm) resulting in not increasing 
workers_at_barrier count.
Any help/suggestions to address this issue?

thanks
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13454): https://lists.fd.io/g/vpp-dev/message/13454
Mute This Topic: https://lists.fd.io/mt/32317407/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to