Re: [vpp-dev] Crash in tcp46_input_inline, vpp 21.06

2022-05-03 Thread Vijay Kumar
Hi Florin, Thanks for a quick response. Looks like the WK pointer is invalid causing the segmentation fault. Sure, I will try with a debug image and check the tcp_main data structure On Tue, May 3, 2022 at 12:06 PM Florin Coras wrote: > Hi Vijay, > > Error seems unrelated to the patch. Hard to

Re: [vpp-dev] Crash in tcp46_input_inline, vpp 21.06

2022-05-02 Thread Florin Coras
Hi Vijay, Error seems unrelated to the patch. Hard to say from the trace what’s going on. If f5 is to be believed, wrk pointer looks corrupted. Hard to say why that happened given that tcp_get_worker should not fail. Maybe inspect &tcp_main.wrk_ctx[thread_index] or run a debug image. Regards,