[vpp-dev] Don't forget Community meeting this afternoon.

2021-12-14 Thread Ole Troan
Don't forget December's highlight; the VPP community meeting. This afternoon: 1600-1700UTC https://wiki.fd.io/view/VPP/Meeting#Meeting_Details Best regards, Ole signature.asc Description: Message signed with OpenPGP -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vi

Re: [vpp-dev]crash in vec_resize_allocate_memory

2021-12-14 Thread Benoit Ganne (bganne) via lists.fd.io
The abort() itself is because you are out of heap: https://git.fd.io/vpp/tree/src/vppinfra/mem.h?h=stable/2106#n243 As you pointed out this is caused by the ridiculous size of the pending vector. All this smells corruption of the pending frames: do you enqueue the same frame several times? I see

[vpp-dev]crash in vec_resize_allocate_memory

2021-12-14 Thread vipin allawadhi
Hello VPP experts, fdio version: 2106 We are seeing the following crash with this version. with the earlier version (we were using fdio 2005), we don't see any problem. Have you seen a similar issue earlier? Any idea what could be the root cause based on the information given below? (gdb) bt #0