std::thread.join() SIGSEGV on Mac OS under Valgrind

前端 未结 1 1271
天涯浪人
天涯浪人 2021-01-19 09:54

The following simple code (C++ 11) will run just find on Mac OS and Linux:

#include 
#include 
#include 

void th         


        
相关标签:
1条回答
  • 2021-01-19 10:45

    This is a bug in Valgrind. Master bug report can be found here: https://bugs.kde.org/show_bug.cgi?id=349128

    0 讨论(0)
提交回复
热议问题