Re: [vpp-dev]: ASSERT in load_balance_get()

2021-10-13 Thread Rajith PR via lists.fd.io
d from *pool_elt_at_index *as the index is >>> already freed. >>> >>> Is it not possible that the main thread freed the pool entry, while the >>> worker thread was holding an index. The backtraces I have attached indicate >>> that the main thread was fr

Re: [vpp-dev]: ASSERT in load_balance_get()

2021-10-13 Thread Stanislav Zaikin
freeing fib entries. >> >> Thanks, >> Rajith >> >> >> On Tue, Jul 7, 2020 at 5:50 PM Benoit Ganne (bganne) >> wrote: >> >>> Hi Rajith, >>> >>> You are probably missing https://gerrit.fd.io/r/c/vpp/+/27407 >>> https:/

Re: [vpp-dev]: ASSERT in load_balance_get()

2020-07-17 Thread Rajith PR via lists.fd.io
tps://gerrit.fd.io/r/c/vpp/+/27407 >> https://gerrit.fd.io/r/c/vpp/+/27454 and maybe >> https://gerrit.fd.io/r/c/vpp/+/27448 >> >> Best >> ben >> >> > -Original Message- >> > From: vpp-dev@lists.fd.io On Behalf Of Rajith PR >

Re: [vpp-dev]: ASSERT in load_balance_get()

2020-07-07 Thread Rajith PR via lists.fd.io
al Message- > > From: vpp-dev@lists.fd.io On Behalf Of Rajith PR > via > > lists.fd.io > > Sent: mardi 7 juillet 2020 14:11 > > To: vpp-dev > > Subject: [vpp-dev]: ASSERT in load_balance_get() > > > > Hi All, > > > > During our scale testing of

Re: [vpp-dev]: ASSERT in load_balance_get()

2020-07-07 Thread Benoit Ganne (bganne) via lists.fd.io
juillet 2020 14:11 > To: vpp-dev > Subject: [vpp-dev]: ASSERT in load_balance_get() > > Hi All, > > During our scale testing of routes we have hit an ASSERT in > load_balance_get() . From the code it looks like the lb_index(148) > referred to is already returned to the

[vpp-dev]: ASSERT in load_balance_get()

2020-07-07 Thread Rajith PR via lists.fd.io
Hi All, During our scale testing of routes we have hit an ASSERT in *load_balance_get() . * From the code it looks like the lb_index(148) referred to is already returned to the pool by the main thread causing the ASSERT in the worker. The version in *19.08. *We have two workers and a main thread.

[vpp-dev] ASSERT in load_balance_get()

2020-07-07 Thread Rajith PR via lists.fd.io
Hi All, During our scale testing of routes we have hit an ASSERT in *load_balance_get() . * From the code it looks like the lb_index(148) referred to is already returned to the pool by the main thread causing the ASSERT in the worker. The version in *19.08. *We have two workers and a main thread.