system_error:condition_variable 等待失败:参数无效

问题描述

以 std::__1::system_error 类型的未捕获异常终止:condition_variable 等待失败:参数无效

Application Specific information:
abort() called
terminating with uncaught exception of type std::__1::system_error: condition_variable wait Failed: Invalid argument
Thread 10 Crashed:
0   libsystem_kernel.dylib          0x00007fff6fb6133a __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff6fc1de60 pthread_kill + 430
2   libsystem_c.dylib               0x00007fff6fae88a2 __abort + 139
3   libsystem_c.dylib               0x00007fff6fae8817 abort + 135
4   libc++abi.dylib                 0x00007fff6cd49458 abort_message + 231
5   libc++abi.dylib                 0x00007fff6cd3a8a7 demangling_terminate_handler() + 238
6   libobjc.A.dylib                 0x00007fff6e8735b1 _objc_terminate() + 104
7   libc++abi.dylib                 0x00007fff6cd48887 std::__terminate(void (*)()) + 8
8   libc++abi.dylib                 0x00007fff6cd48829 std::terminate() + 41
9   myApp                           0x000000010bd6e436 thread_worker() + 350
10  myApp                           0x000000010bd46c51 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct,std::__1::default_delete<std::__1::__thread_struct> >,void (*)()> >(void*) + 36
11  libsystem_pthread.dylib         0x00007fff6fc1e109 _pthread_start + 148
12  libsystem_pthread.dylib         0x00007fff6fc19b8b thread_start + 15

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)