leonwu327 commented on issue #658: client未开启ssl,出现core,调用栈显示在ssl相关函数上。 URL: https://github.com/apache/incubator-brpc/issues/658#issuecomment-474219457 请问现在这个问题有知道是什么原因了吗@old-bear?我们的环境中也出现了同样的问题,堆栈是一样的。core的时候没有其他的错误打印,只有两个CHECK信息: Check failed: NULL == _write_head.load(butil::memory_order_relaxed). #0 0x7f660a5b47ee brpc::Socket::WaitAndReset() #1 0x7f660a5b8f5a brpc::Socket::HealthCheckThread() #2 0x7f660a474e3a bthread::TaskGroup::task_runner() #3 0x7f660a45dc81 bthread_make_fcontext Check failed: SSL_CONNECTED == ssl_state() (3 vs 0). #0 0x7f660a5b3d4c brpc::Socket::DoWrite() #1 0x7f660a5ba267 brpc::Socket::KeepWrite() #2 0x7f660a474e3a bthread::TaskGroup::task_runner() #3 0x7f660a45dc81 bthread_make_fcontext 谢谢。
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
