zcfh commented on PR #2156:
URL: https://github.com/apache/brpc/pull/2156#issuecomment-1922778151

   遇到了和 [iss 1860](https://github.com/apache/brpc/issues/1860) 一样的问题。
   项目依赖 brpc-0.9.6, 使用clang-11  加上thinlto构建项目,可能出现两种错误
   ```
   // 第一种
   socket.cpp:1070, IsWriteComplete] Check failed: p != NULL 
   
   // 第二种
    task_group.cpp:623, sched_to] bthread=4294967296 sched_to itself!
   ```
   
   brpc单独关闭thinlto后,和1860 一样,会出现第二种错误,但是还是能够运行。
   加上这个patch后,稳定出现第一种错误,是 socket.cpp 也有类似的问题吗?
   


-- 
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: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to