I got it replicated with ./odp_scheduling -c 10. Eight or less cores didn't expose it (often at least).
It seems that the pool cache patch (ec0d570b8f76... jul 22) introduces it. -Petri > -----Original Message----- > From: Brian Brooks [mailto:[email protected]] > Sent: Tuesday, August 09, 2016 8:33 PM > To: Bill Fischofer <[email protected]> > Cc: Savolainen, Petri (Nokia - FI/Espoo) <petri.savolainen@nokia-bell- > labs.com>; Mike Holmes <[email protected]>; LNG ODP Mailman List > <[email protected]> > Subject: Re: [lng-odp] [PATCH] test:linux-generic: run odp_scheduling in > process mode > > On 08/04 10:58:20, Bill Fischofer wrote: > > Quick update. I can repro this in v1.10.0.1 as well, however v1.10.0.0 > > seems good. > > It is possible to reproduce in v1.10.0.0. > > A patch is needed to return the failure code. Bill's patch or something > like returning EXIT_FAILURE if odp_queue_destroy(q) fails will do. > > Then, this should help with reproducing: > > $ while ./odp_scheduling -c 2 ; do :; done
