Tony Reix

Results 30 comments of Tony Reix

First issue in the code. On a Fedora31/x86_64 machine, I have this: **../boost/gil/channel.hpp:** ``` template struct static_copy_bytes { void operator()(unsigned char const* from, unsigned char* to) const { printf(" static_copy_bytes:...

Second issue in the code. **../libs/gil/test/core/channel/test_fixture.cpp:** ``` struct test_packed_channels565 { template void operator()(BitField const &) { using bitfield_t = BitField; static_assert(std::is_integral::value, "bitfield is not integral type"); // Regardless of BitField...

This issue is reproducible on another Fedora/x86_64 machine, which has 48 CPUs and 384GB memory. Build/tests were done with -j48 . The hang looks the same and at the same...

Ooops. Sorry. A file was too big. Here they are. [Data.txt](https://github.com/boostorg/test/files/4075712/Data.txt) [BuildTest.txt.gz](https://github.com/boostorg/test/files/4075721/BuildTest.txt.gz) The hang appeared again on the 48 cores big machine (see below) with -j1. However, on the 16...

I saw the same hang on Fedora/PPC64LE : ====== END OUTPUT ====== ......... ...failed testing.capture-output ../bin.v2/libs/process/test/environment.test/gcc-9.2.1/debug/visibility-hidden/environment.run... gcc.compile.c++ ../bin.v2/libs/process/test/async_pipe.test/gcc-9.2.1/debug/visibility-hidden/async_pipe.o gcc.link ../bin.v2/libs/process/test/async_pipe.test/gcc-9.2.1/debug/visibility-hidden/async_pipe testing.capture-output ../bin.v2/libs/process/test/async_pipe.test/gcc-9.2.1/debug/visibility-hidden/**async_pipe.run** **Details:** # ps -edf | grep 2486735 root...