mtg49
Results
2
comments of
mtg49
The stack shows the following when a crash has occurred: gdb ./unit_tests GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3...
If the following line: alignas(CACHE_LINE_SIZE) std::atomic elements_[3] = {}; is changed so that the number of elements in elements_ is increased to 9 or more, there is no crash when...