Re: [vpp-dev] SIGABRT when create two host interface in the vat

2018-06-07 Thread Damjan Marion
> > On 7 Jun 2018, at 13:38, xyxue wrote: > > > Hi guys, > > When I create two host interface in vat. two minutes later the SIGABRT appear > . The 'fill_free_list' was called about 56 times. > > VPP# /home/vpp/build-data/../src/vlib/buffer.c:615 (alloc_from_free_list) > assertion `len >= n_

[vpp-dev] SIGABRT when create two host interface in the vat

2018-06-07 Thread xyxue
Hi guys, When I create two host interface in vat. two minutes later the SIGABRT appear . The 'fill_free_list' was called about 56 times. VPP# /home/vpp/build-data/../src/vlib/buffer.c:615 (alloc_from_free_list) assertion `len >= n_alloc_buffers' fails Program received signal SIGABRT, Aborted.