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
