Nikita Kniazev
Nikita Kniazev
I recently hit this problem on Appveyor (only 2 threads, `CLCACHE_SERVER` enabled). I think this could be solved in this way: pruning process should signal other processes that he is...
@rasjani Do you use `clcache-server`? I was expecting it to make things better.
The issue is reproducible only when the IPython installed via pip
Images are only existing in `gh-pages` branch, they should be placed on master/develop so boost release can find them.
Use quotes `-x 'llvm-cov-3.8 gcov'`. Alternative way is to create a symlink to `llvm-cov` with name `gcov` (`llvm-cov` will run in `gcov` mode if it has `gcov` name).
> Ha .. so it could be that my patch replacing `nose` by `pytest` is mesing. > > ```diff > --- a/ipykernel/tests/utils.py~ 2021-08-30 12:47:58.000000000 +0100 > +++ b/ipykernel/tests/utils.py 2021-08-30 21:10:43.794189532...
I tried the example from readme in common mode and it did not crash for me. (VS2015, VS2017) Click to expand ```cpp #define BOOST_APPLICATION_FEATURE_NS_SELECT_BOOST #include #include #include using namespace boost;...
Duplicate of #989
It was one of `libs/thread/test//test_tss` or `libs/thread/test//ex_tss`, cannot say how exactly Boost.Test is used there.
`./b2 -j3 variant=debug toolset=clang-7 cxxflags="-fsanitize=thread -fno-sanitize-recover=all" linkflags="-fsanitize=thread" libs/thread/test//test_tss` The test https://github.com/boostorg/thread/blob/develop/test/test_tss.cpp