zcfh commented on PR #2156: URL: https://github.com/apache/brpc/pull/2156#issuecomment-1923616331
> > 加上这个patch后,稳定出现第一种错误,是 socket.cpp 也有类似的问题吗? > > 是在哪个平台上出现呢?arm 还是 x86 ? 可以贴下 PoC 代码。 x86, `(defined(__aarch64__) || defined(__arm64__))`,去掉后不再core在前面提到的两个位置。 core在了其他地方,找了下调用栈,有地方是这么用到 `static thread_local Object obj;`的。是用了btread的地方,只要用到 thread_local 的都需要做类似的变更吗? 我之前没用过brpc,如何能够构造一个,问题里提到到示例呢? -- 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