[vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-28 Thread sharath kumar
Hello all, I am a newbie to VPP. I am trying to run VPP with a multi-threaded application. "recv" works fine from non-main threads, whereas "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted". Is this a known issue? Or am I doing something wrong? Attaching backtrace for "epol

Re: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-29 Thread Dave Barach via Lists.Fd.Io
@lists.fd.io On Behalf Of sharath kumar Sent: Friday, March 29, 2019 12:18 AM To: vpp-dev@lists.fd.io; csit-...@lists.fd.io Subject: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted". Hello all, I am a newbie t

Re: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-29 Thread Florin Coras
; To: vpp-dev@lists.fd.io <mailto:vpp-dev@lists.fd.io>; csit-...@lists.fd.io > <mailto:csit-...@lists.fd.io> > Subject: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" > have "received signal SIGABRT, Aborted". > > Hello

Re: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-29 Thread sharath kumar
n the PDT time zone, so don’t > expect to hear from him for a few hours. > > D. > > *From:* vpp-dev@lists.fd.io *On Behalf Of *sharath > kumar > *Sent:* Friday, March 29, 2019 12:18 AM > *To:* vpp-dev@lists.fd.io; csit-...@lists.fd.io > *Subject:* [vpp-dev] multi-threaded appli

Re: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-29 Thread Florin Coras
whatever reason, the vls layer received an event notification which >> didn’t end well. vcl_worker_get (wrk_index=4294967295) [aka 0x] will >> never work. >> >> I’ll let Florin comment further. He’s in the PDT time zone, so don’t expect >> to hear from him

Re: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-29 Thread sharath kumar
layer received an event notification which >> didn’t end well. vcl_worker_get (wrk_index=4294967295) [aka 0x] >> will never work. >> >> I’ll let Florin comment further. He’s in the PDT time zone, so don’t >> expect to hear from him for a few hours. >&g

Re: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-30 Thread Florin Coras
pthread >> and program vcl accordingly if yes. The patch makes sure vls_attr does that >> as well. >> >> Thanks, >> Florin >> >> [1] https://gerrit.fd.io/r/#/c/18597/ <https://gerrit.fd.io/r/#/c/18597/> >> >>> On Mar 29, 2019,