You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/10/10 03:42:11 UTC

[GitHub] [incubator-brpc] adonis0147 commented on issue #845: 在aarch64下编译之后,运行会触发 LOG(FATAL) << "bthread=" << g->current_tid() << " sched_to itself!"; 请问下哪种情况下会有这个情况?

adonis0147 commented on issue #845:
URL: https://github.com/apache/incubator-brpc/issues/845#issuecomment-1272748791

   感谢大神 @jamesge 的回复!
   
   经过我的尝试,在Ubuntu 22.04 aarch64平台上,禁止Clang对`TaskGroup::task_runner`和`TaskGroup::sched_to`这两个函数进行优化,好像在我们的项目中就可以正常通过UT测试了。
   
   这个是[修改](https://github.com/apache/incubator-brpc/pull/1950),有空的时候麻烦查看下。


-- 
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-unsubscribe@brpc.apache.org

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


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