-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
Describe the bug (描述bug)
尝试使用自签证书验证ssl功能,在mac环境中比较稳定,在centos8偶发出core:

To Reproduce (复现方法)
在brpc的build_with_bazel中增加相关代码
1.echo_c++里的client、server
2.增加BUILD.bazel编译配置
具体代码变更如下~
master...jingshi-ant:brpc:master
- bazel build echo_server && bazel build echo_client
- 启动server:bazel-bin/echo_server &
- 启动client:bazel-bin/echo_client --protocol="http:proto" --pay_load_size=50000000 --enable_ssl=true --interval_ms=0 --timeout_ms=20000
Expected behavior (期望行为)
期望不出core
Versions (各种版本)
OS: centos8
Compiler: bazel 4.2.2
brpc: 1.4.0
protobuf:
openssl: OpenSSL 1.1.1k FIPS 25 Mar 2021
Additional context/screenshots (更多上下文/截图)
看报错可能和openssl有关?在mac上基本不出core(通过make 在echo_c++中build;bazel暂时无法build),但是频繁kill client 重启,会有 bus error
Metadata
Metadata
Assignees
Labels
No labels
