Skip to content
New issue

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

brpc使用clang编译时,运行example/streaming_echo_c++会出现core dump #2781

Open
liangjiawei1110 opened this issue Oct 14, 2024 · 0 comments

Comments

@liangjiawei1110
Copy link

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 (更多上下文/截图)
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant