jingshi-ant opened a new issue, #2166:
URL: https://github.com/apache/brpc/issues/2166

   **Describe the bug (描述bug)**
   尝试使用自签证书验证ssl功能,在mac环境中比较稳定,在centos8偶发出core:
   
![image](https://user-images.githubusercontent.com/124752045/224996535-d0160878-61fa-40b0-a0de-54944065e22b.png)
   
   
![image](https://user-images.githubusercontent.com/124752045/225002576-81c367f8-09a8-42fd-b8d0-3769ad52a5d9.png)
   
   
   **To Reproduce (复现方法)**
   在brpc的build_with_bazel中增加相关代码
   1.echo_c++里的client、server
   2.增加BUILD.bazel编译配置
   
   具体代码变更如下~
   https://github.com/apache/brpc/compare/master...jingshi-ant:brpc:master
   
   3. bazel build echo_server && bazel build echo_client
   4. 启动server:bazel-bin/echo_server  &
   5. 启动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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to