error log | 日志或报错信息 | [libprotobuf FATAL google/protobuf/generated_message_util.cc:818] CHECK failed: (scc->visit_status.load(std::memory_order_relaxed)) == (SCCInfoBase::kRunning):
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): CHECK failed: (scc->visit_status.load(std::memory_order_relaxed)) == (SCCInfoBase::kRunning):
context | 编译/运行环境 protobuf 3.9.2
how to reproduce | 复现步骤 | 再現方法
more | 其他 | その他
@nihui ,
2条答案
按热度按时间vyswwuz21#
@taxuezcy Hi, the reported error message is not so informative. We just see it is an error print by the protobuf library, can't make sure if this caused by onnx2ncnn.
e.g. If we search the key word
visit_status
in ncnn source project, we get nothing.Please consider add more informations, including:
disho6za2#
@taxuezcy Hi, the reported error message is not so informative. We just see it is an error print by the protobuf library, can't make sure if this caused by onnx2ncnn.
e.g. If we search the key word
visit_status
in ncnn source project, we get nothing.Please consider add more informations, including:
this error I have solved ,thank you for your reply!