Hi, First one is easy to solve. PR on the way.
Second one is because of a lock being destroyed twice. https://github.com/pocl/pocl/blob/370c1e400d551453f49dbd3a75054c5d039400eb/lib/CL/devices/pthread/pthread_scheduler.c#L579 which is called when the thread exits in https://github.com/pocl/pocl/blob/370c1e400d551453f49dbd3a75054c5d039400eb/lib/CL/devices/pthread/pthread_scheduler.c#L145 and at https://github.com/pocl/pocl/blob/370c1e400d551453f49dbd3a75054c5d039400eb/lib/CL/devices/pthread/pthread_scheduler.c#L146 Isuru On Fri, Oct 5, 2018 at 3:07 AM Michal Babej <[email protected]> wrote: > Hi, > > > Anyone knows what's up with Travis buildbots ? One of them has been giving > this error for a while: > > > dyld: Library not loaded: @rpath/libxml2.2.dylib > Referenced from: > /Users/travis/build/franz/pocl/build/tests/kernel/test_shuffle > Reason: Incompatible library version: test_shuffle requires version > 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0 > > the other one started giving this error: > > > Assertion failed: (r == 0), function void pthread_scheduler_uninit(), > file > > /Users/travis/build/franz/pocl/lib/CL/devices/pthread/pthread_scheduler.c, > line 146. > > Any ideas ? > > > Thanks, > > -- mb > _______________________________________________ > pocl-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pocl-devel >
_______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
