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
Describe the bug (描述bug) brpc使用clang编译时,运行example/streaming_echo_c++会出现core dump
To Reproduce (复现方法) 编译brpc: mkdir build && cd build export CXX=clang++ cmake .. -G Ninja && ninja 编译/example/streaming_echo_c++ mkdir build && cd build cmake .. -G Ninja && ninja
mkdir build && cd build export CXX=clang++ cmake .. -G Ninja && ninja
mkdir build && cd build cmake .. -G Ninja && ninja
Expected behavior (期望行为) 程序正常运行
Versions (各种版本) OS: ubuntu Compiler: Ubuntu clang version 15.0.7 brpc: 1.10.0及以上版本 protobuf:
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug (描述bug)
brpc使用clang编译时,运行example/streaming_echo_c++会出现core dump
To Reproduce (复现方法)
编译brpc:
mkdir build && cd build export CXX=clang++ cmake .. -G Ninja && ninja
编译/example/streaming_echo_c++
mkdir build && cd build cmake .. -G Ninja && ninja
Expected behavior (期望行为)
程序正常运行
Versions (各种版本)
OS: ubuntu
Compiler: Ubuntu clang version 15.0.7
brpc: 1.10.0及以上版本
protobuf:
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered: