We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我执行这个命令 ./phxbinlogsvr_tools_phxrpc -f InitBinlogSvrMaster -h "192.168.43.125,192.168.43.123,192.168.43.126" -p 17000 报错: [libprotobuf FATAL google/protobuf/generated_message_util.cc:812] 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): Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
我把protobuf退到3.0就可以了,我用的是centos7
Sorry, something went wrong.
No branches or pull requests
我执行这个命令 ./phxbinlogsvr_tools_phxrpc -f InitBinlogSvrMaster -h "192.168.43.125,192.168.43.123,192.168.43.126" -p 17000
报错:
[libprotobuf FATAL google/protobuf/generated_message_util.cc:812] 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):
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: